Skip to content

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

License

Notifications You must be signed in to change notification settings

itstherampage/keepup

 
 

Repository files navigation

Keepup

version 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
  • Show Progress on Date Based (Coming Soon)
  • Export Data as JSON
  • Post data to specifix URL (Coming Soon)

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
    

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.3%
  • CSS 0.4%