Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atenazr/hafeza
https://github.com/atenazr/hafeza
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atenazr/hafeza
- Owner: atenazr
- Created: 2022-07-12T05:27:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T12:21:08.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:07:28.923Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hefeza todo
A mini responsive todo app that is created by using quasar v1 , vue.js v2 and firebase.
In that, you can log in or sign up and then you can see your own todo list , create new one , update existings and delete whichone you wanted.
#todo #vue #quasar #login #signup #crud #responsive
[demo]()
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://v1.quasar.dev/quasar-cli/quasar-conf-js).