https://github.com/shinjith-dev/movie-loft
Movie DB Client
https://github.com/shinjith-dev/movie-loft
api api-client client database movie-database react
Last synced: about 1 year ago
JSON representation
Movie DB Client
- Host: GitHub
- URL: https://github.com/shinjith-dev/movie-loft
- Owner: shinjith-dev
- Created: 2022-10-22T12:12:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T12:12:24.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:29:39.872Z (over 1 year ago)
- Topics: api, api-client, client, database, movie-database, react
- Language: JavaScript
- Homepage: https://movie-loft.netlify.app
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## 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
```bash
git clone https://github.com/shinjith-dev/movie-loft movie-loft
```
Go to the project directory
```bash
cd movie-loft
```
Install dependencies
```bash
npm install
```
Start the server
```bash
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](https://developers.themoviedb.org/3)
## Attributions & Acknowledgements
- [Movie database API provider](https://www.themoviedb.org/)
- Logo Icon - [Movie icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/movie)
## Badges
[](https://app.netlify.com/sites/movie-loft/deploys)
## Contributing
Contributions are always welcome!