Welcome to ClearDay, a simple yet powerful todo list app designed to help you clear your day from clutter and focus on what truly matters. With ClearDay, you can easily organize your daily tasks, track their progress, and achieve more every day.
- Add Tasks: Quickly add new tasks with descriptions.
- Task Status Toggle: Mark tasks as done.
- Edit Tasks: Modify task details at any time.
- Delete Tasks: Remove tasks you no longer need.
- Local Storage: Your tasks and their statuses are saved locally, so you never lose track of your progress even after refreshing the page.
- Responsive Design: will be available soon !
- Task Summary: Get an instant overview of completed, uncompleted, and total tasks.
- React: Utilizes React for efficient UI rendering.
- CSS: Styled with plain CSS for a lightweight, responsive design.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/alaminedione/ClearDay.git
- Navigate to the project directory:
cd clearday
- Install dependencies:
npm install
- Run the application:
npm run dev