A habit tracking application to monitor and visualize progress over time.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to track your habits.
- Track daily habits and routines.
- Visualize habit progress with interactive charts.
- Customize habit categories and tracking frequency.
app/
- Main application pages and layout.components/
- Reusable UI components such as charts and forms.lib/
- Utility functions and logic.prisma/
- Prisma schema and database configuration.public/
- Static assets such as icons and images.- Configuration files (e.g.,
tailwind.config.ts
,tsconfig.json
).
- Uses Tailwind CSS for styling.
- Optimized fonts using
next/font
.
dev
- Start the development server.build
- Create a production build.start
- Start the production server.lint
- Check code for linting errors.format
- Format code with Prettier.
Deploy on Vercel with ease. Refer to the Next.js deployment documentation for more details.