Skip to content

apni-coding/HabitTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habit Tracker

This is a habit tracker application that allows you to track multiple habits on a daily basis. You can mark each habit as "Done," "Not Done," or "None" for each day. The application provides views to show all current habits, as well as a weekly view to display the status of each habit for the past 7 days.

Features

  • Track multiple habits on a daily basis
  • Mark habits as "Done," "Not Done," or "None" for each day
  • View all current habits with an option to add new habits
  • Weekly view to display the status of each habit for the past 7 days
  • Ability to change the status of a habit for today or any of the previous 6 days

Installation

  1. Clone the repository:

    git clone https://github.com/apni-coding/HabitTracker.git
  2. Navigate to the project directory:

    cd habit-tracker
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start

    The application will be accessible at http:https://localhost:3000.

Usage

  1. Open your browser and go to http:https://localhost:3000.

  2. Add Habits: On the home page, click on the "Add Habit" button to add a new habit to track.

  3. Track Habits: In the "Current Habits" view, you will see a list of all your habits. Each habit will have three buttons: "Done," "Not Done," and "None." Click on the appropriate button to mark the habit's status for today.

  4. Weekly View: Navigate to the "Weekly View" to see the status of each habit for the past 7 days. You can toggle between the three statuses for today or change the status of any previous day by clicking on the respective buttons.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published