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

https://github.com/waridrox/todo-app

Client side todo app interfacing Rails API from todo-app-api repository.
https://github.com/waridrox/todo-app

Last synced: 4 months ago
JSON representation

Client side todo app interfacing Rails API from todo-app-api repository.

Awesome Lists containing this project

README

          

# Project Demo

https://user-images.githubusercontent.com/58583793/140624121-eb4cf253-3b29-4c08-987c-538dfe08e2c2.mp4

# frontend

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).