An open API service indexing awesome lists of open source software.

https://github.com/alaminedione/clearday

ClearDay: Your daily productivity booster – Manage tasks with ease and clarity.
https://github.com/alaminedione/clearday

todo todo-reactjs todoapp todolist

Last synced: 7 months ago
JSON representation

ClearDay: Your daily productivity booster – Manage tasks with ease and clarity.

Awesome Lists containing this project

README

          

# ClearDay

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.

## Features

- **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.

## Technology Stack

- **React:** Utilizes React for efficient UI rendering.
- **CSS:** Styled with plain CSS for a lightweight, responsive design.

## Getting Started

To get a local copy up and running, follow these simple steps:

1. Clone the repository:
```bash
git clone https://github.com/alaminedione/ClearDay.git
```
2. Navigate to the project directory:
```bash
cd clearday
```
3. Install dependencies:
```bash
npm install
```
4. Run the application:
```bash
npm run dev
```
## Screenshot
![Clearday Image](https://github.com/alaminedione/ClearDay/blob/main/screenshot.png)