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

https://github.com/angelfire/fuzz-movies

Fuzz movie search using TMDB
https://github.com/angelfire/fuzz-movies

Last synced: about 1 month ago
JSON representation

Fuzz movie search using TMDB

Awesome Lists containing this project

README

          

# Fuzz Movies

This project was developed using the following This project was developer using the following [instructions](./INSTRUCTIONS.md)

## How to run

### development mode

```bash
npm i
npm start
```

### production mode
```bash
npm i
npm run build
```

## Improvements
- [ ] Use a Linter
- [ ] Add Unit test
- [ ] Add PropTypes for each component
- [ ] Use env files to manage the API Keys
- [ ] Use some CSS pre processor (I did not consider it necessary since the project is small)
- [ ] Unfavorite a movie