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
-
Clone this github repo
git clone https://github.com/AmolKumarGupta/keepup.git
-
Copy .env.example to .env
cp .env.example .env
-
Install npm dependencies
npm install
-
For Dev, run
npm run dev
-
For Production, first checkout the preview and build command in package.json
npm run build