Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amolkumargupta/keepup

Habit Tracker PWA - allows users to track their daily habits and log your progress on date basis.
https://github.com/amolkumargupta/keepup

habit-tracking react tailwind tracker vite

Last synced: 3 months ago
JSON representation

Habit Tracker PWA - allows users to track their daily habits and log your progress on date basis.

Awesome Lists containing this project

README

        

### Keepup

![version](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AmolKumarGupta/keepup/master/.github/version.json)
[![pages-build-deployment](https://github.com/AmolKumarGupta/keepup/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/AmolKumarGupta/keepup/actions/workflows/pages/pages-build-deployment)

This habit tracker web app, built using React and Vite, allows users to track their daily habits.
The user-friendly interface lets you easily add new habits and log your progress.

- Beautiful UI/UX
- Export Data as JSON
- Post data to specifix URL
- Shortcuts

### How to Install
1. Clone this github repo

```
git clone https://github.com/AmolKumarGupta/keepup.git
```
2. Copy .env.example to .env

```
cp .env.example .env
```
3. Install npm dependencies

```
npm install
```
4. For Dev, run

```
npm run dev
```
5. For Production, first checkout the preview and build command in package.json
```
npm run build
```