"Movie Library" is a web app to display all the recent popular movies. The motive of this project is to practice "react" library.
- User friendly web application
- Display recent trending movies
- Search for a specific movie
- Add to favorite
Frontend: reactjs, tailwindcss
API: tmdb
clone the project:
https://github.com/ShifatJahanShifa/Movie-Library.git
git clone https://github.com/ShifatJahanShifa/Movie-Library.git
cd frontend
npm install
npm run dev