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

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

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