Skip to content
/ Movie-fy Public

React/Vite website to search for movies and see recent movie ratings with the use of TMDB API and TailwindCSS.

Notifications You must be signed in to change notification settings

zslyv/Movie-fy

Repository files navigation

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

About

React/Vite website to search for movies and see recent movie ratings with the use of TMDB API and TailwindCSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published