mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-20 04:02:42 +00:00
read me update
This commit is contained in:
parent
d79452d6ae
commit
ef8f959f57
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue