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

https://github.com/rainner/todo-webapp

This is a single page Task Managing web application built with Vue.js that uses Google Firebase as a back-end for data keeping by authenticated users and LocalStorage for non-authenticated users. This is intended to be used as a simple TODOs web-app for creating TODO lists with the option to login using an online account to keep your TODOs data sync'd between devices.
https://github.com/rainner/todo-webapp

javascript localstorage single-page-app todos vuejs webapp webpack

Last synced: 5 months ago
JSON representation

This is a single page Task Managing web application built with Vue.js that uses Google Firebase as a back-end for data keeping by authenticated users and LocalStorage for non-authenticated users. This is intended to be used as a simple TODOs web-app for creating TODO lists with the option to login using an online account to keep your TODOs data sync'd between devices.

Awesome Lists containing this project

README

          

[twitter]: http://twitter.com/raintek_
[mit]: http://www.opensource.org/licenses/mit-license.php
[repo]: https://github.com/rainner/todo-webapp/
[demo]: https://rainner.github.io/todo-webapp/

# TODO VueJS Webapp

![TODO-WebApp](https://raw.githubusercontent.com/rainner/todo-webapp/master/thumb.jpg)

This is a single page Task Managing web application built with Vue.js that uses Google Firebase as a back-end for data keeping by authenticated users and LocalStorage for non-authenticated users. This is intended to be used as a simple TODOs web-app for creating TODO lists with the option to login using an online account to keep your TODOs data sync'd between devices.

##### [Check out the demo][demo]

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload, check webpack config for host/port under devServer
npm run dev

# build for production with minification
npm run build
```

### Author

Rainner Lins: [@raintek_][twitter]

### License

Licensed under [MIT][mit].