read me update

This commit is contained in:
Harivansh Rathi 2024-11-20 19:09:22 -05:00
parent d79452d6ae
commit ef8f959f57

View file

@ -5,9 +5,9 @@ A modern web application designed to help users build and maintain positive habi
## 🚀 Features ## 🚀 Features
- Daily habit tracking and management - Daily habit tracking and management
- Visual progress indicators - Visual calendar view of habit completion
- Customizable habit categories - Working current and best streak count for each habit
- Responsive design for mobile and desktop use - Responsive design for desktop use
- User-friendly interface - User-friendly interface
## 🛠️ Technologies Used ## 🛠️ Technologies Used
@ -21,6 +21,7 @@ A modern web application designed to help users build and maintain positive habi
## 🎯 Project Purpose ## 🎯 Project Purpose
This project was developed to demonstrate: This project was developed to demonstrate:
- Modern front-end development practices - Modern front-end development practices
- TypeScript implementation in a React environment - TypeScript implementation in a React environment
- Clean code architecture - Clean code architecture
@ -30,21 +31,25 @@ This project was developed to demonstrate:
## 🏗️ Installation ## 🏗️ Installation
1. Clone the repository 1. Clone the repository
```bash ```bash
git clone https://github.com/yourusername/habit-tracker.git git clone https://github.com/yourusername/habit-tracker.git
``` ```
2. Navigate to the project directory 2. Navigate to the project directory
```bash ```bash
cd habit-tracker cd habit-tracker
``` ```
3. Install dependencies 3. Install dependencies
```bash ```bash
npm install npm install
``` ```
4. Start the development server 4. Start the development server
```bash ```bash
npm run dev npm run dev
``` ```