Muvi ku is collection list movie integration with API themoviedb and my first project at alterra academy with react js
-
Light/dark mode toggle
We can change mode from light to dark -
Homepage
The first page that displays a random list of films and we can see the details of the films by clicking on them -
Detail Movie
The first page that displays a random list of films and we can see the details of the films by clicking on them -
Favorite movie
We can add movie to list favorite and will save to localstorage and can also remove from list favorite
Clone the project
git clone https://github.com/faruuhan/mymovie-app-react.gitGo to the project directory
cd mymovie-app-reactCreate .env file
REACT_APP_API=PUT_YOUR_API_FROM_TMDBInstall dependencies
npm installStart the server
npm run start