Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amolkumargupta/keepup
- Owner: AmolKumarGupta
- License: mit
- Created: 2023-08-31T19:10:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T20:05:31.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:18:49.469Z (4 months ago)
- Topics: habit-tracking, react, tailwind, tracker, vite
- Language: JavaScript
- Homepage: https://amolkumargupta.github.io/keepup/
- Size: 684 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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
```