Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 742 Bytes

README.md

File metadata and controls

43 lines (37 loc) · 742 Bytes

Movies fetching app

Technologies used

  • React/Vite
  • TailwindJS
  • Git
  • React-use

Features

  • Search with delay to avoid API overload.
  • Used useEffect and useState
  • Fetched data from TMDB API to show content
  • Single page application

Install & run

Both of this steps are made in the console (your desired location)

Install

  • Clone the repository
git clone REPOSITORY_LINK.git
  • Install npm
npm i
  • Install tailwind
npm install tailwindcss @tailwindcss/vite
  • Install react-use
npm i react-use

Run

  • Run the command to see the page in your browser
npm run dev

You may also need to get an TMDB API key and put it into your .env file

Enjoy :D