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.git
Go to the project directory
cd mymovie-app-react
Create .env file
REACT_APP_API=PUT_YOUR_API_FROM_TMDB
Install dependencies
npm install
Start the server
npm run start