An open API service indexing awesome lists of open source software.

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

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.

![screenshot](https://github.com/shinjith-dev/movie-loft/blob/main/screeenshot/screenshot1.png?raw=true "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

```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

[![Netlify Status](https://api.netlify.com/api/v1/badges/628ca251-d51f-4b52-a6c1-4f7f4531dd64/deploy-status)](https://app.netlify.com/sites/movie-loft/deploys)

## Contributing

Contributions are always welcome!