Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atenazr/hafeza


https://github.com/atenazr/hafeza

Last synced: 10 days ago
JSON representation

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