Skip to content

faruuhan/mymovie-app-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Muvi ku is collection list movie integration with API themoviedb and my first project at alterra academy with react js

Tech Stack

My Skills

Features

  • 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

Structur Folder

image

Run Locally

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

Demo

https://mymovie-app-react.vercel.app/

Authors

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 9.6%
  • CSS 4.5%