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

https://github.com/byteshiva/todoapp

TODO Application
https://github.com/byteshiva/todoapp

javascript todo vue

Last synced: 11 months ago
JSON representation

TODO Application

Awesome Lists containing this project

README

          

# TodoApp [![Build Status](https://circleci.com/gh/byteshiva/todoapp.svg?style=svg)](https://circleci.com/gh/byteshiva/todoapp)

> A Todo Application

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8091
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

![TodoApp in Mobile](https://raw.githubusercontent.com/byteshiva/todoapp/master/screenshots/screenshot-localhost%208081-2018-06-09-23-32-04.png
)

![TodoApp in Mobile](https://raw.githubusercontent.com/byteshiva/todoapp/master/screenshots/screenshot-localhost%208091-2018-06-09-23-27-42.png
)

![Unit testcases](https://raw.githubusercontent.com/byteshiva/todoapp/master/screenshots/Screenshot%20from%202018-06-14%2023-25-49.png
)

![e2e test results](https://raw.githubusercontent.com/byteshiva/todoapp/master/screenshots/Screenshot%20from%202018-06-15%2008-52-43.png)

![e2e browser based results](https://raw.githubusercontent.com/byteshiva/todoapp/master/screenshots/Screenshot%20from%202018-06-15%2008-55-00.png
)