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
- Host: GitHub
- URL: https://github.com/angelfire/fuzz-movies
- Owner: Angelfire
- Created: 2020-11-24T22:53:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T23:00:59.000Z (over 5 years ago)
- Last Synced: 2024-04-14T21:53:43.160Z (about 2 years ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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