Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cartovarc/github-method

Cool habit tracker
https://github.com/cartovarc/github-method

Last synced: 8 days ago
JSON representation

Cool habit tracker

Awesome Lists containing this project

README

        

Welcome to github-method 👋



Version




License: MIT

> Habit tracker social media base on Github concept

### ✨ [Demo](https://github-method.web.app/)

## Prerequisites

- node >= 12.16.1
- npm >= 6.13.4
- yarn >= 1.22.4

## Firebase credentials

You need _firebase-config.js_ credentials inside _credentials_ folder. Check *firebase-config-example.js*

## Install the dependencies

```bash
yarn
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev
```

### Lint the files

```bash
yarn run lint
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).

## Author

👤 **Carlos Tovar **

- Website: https://www.carlos-tovar.me
- Github: [@cartovarc](https://github.com/cartovarc)
- LinkedIn: [@carlos-fernando-tovar-ceron](https://linkedin.com/in/carlos-fernando-tovar-ceron)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/cartovarc/github-method/issues). You can also take a look at the [contributing guide](https://github.com/cartovarc/github-method/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Carlos Tovar ](https://github.com/cartovarc).

This project is [MIT](https://www.mit.edu/~amini/LICENSE.md) licensed.

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_