https://github.com/constgen/task-the-movie-db
Test task for JavaScript SPA
https://github.com/constgen/task-the-movie-db
Last synced: 9 days ago
JSON representation
Test task for JavaScript SPA
- Host: GitHub
- URL: https://github.com/constgen/task-the-movie-db
- Owner: constgen
- License: mit
- Created: 2020-06-15T13:38:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T09:37:34.000Z (about 4 years ago)
- Last Synced: 2025-11-02T00:18:36.692Z (8 months ago)
- Language: JavaScript
- Homepage: https://constgen-the-movie-db.netlify.app/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task-the-movie-db
Test task for JavaScript SPA
## Demo: https://constgen-the-movie-db.netlify.app/
### Instalation
```bash
npm install
```
### Development
```bash
npm start
```
### Testing and linting
```bash
npm test
```
To auto-fix all linting errors
```bash
npm run lint
```