Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.01 KB

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
  • 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