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.
- Host: GitHub
- URL: https://github.com/rainner/todo-webapp
- Owner: rainner
- Created: 2017-02-22T00:32:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T04:53:56.000Z (over 3 years ago)
- Last Synced: 2024-04-15T14:31:58.070Z (about 2 years ago)
- Topics: javascript, localstorage, single-page-app, todos, vuejs, webapp, webpack
- Language: CSS
- Homepage: https://rainner.github.io/todo-webapp/
- Size: 3.98 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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

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].