Skip to content

shinjith-dev/movie-loft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Loft

Movie Loft is a web-based movie database client with a minimal user interface. It can be useful to obtain information about movies, television shows, and their specifics.

screenshot

Features

  • Search Movies and TV Shows
  • Get Trending, Now playing, Top rated Movies/TV Shows
  • Specifics about Movies/TV Shows
  • Minimal responsive UI

Run Locally

Clone the project

  git clone https://github.com/shinjith-dev/movie-loft movie-loft

Go to the project directory

  cd movie-loft

Install dependencies

  npm install

Start the server

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_TMDB_API_TOKEN

This can be obtained from TMDB API Docs

Attributions & Acknowledgements

Badges

Netlify Status

Contributing

Contributions are always welcome!