Skip to content

Simunition715/ToDooze

Repository files navigation

ToDo App

This is a simple ToDo application built with React. It allows users to add, edit, and delete tasks, and it persists tasks using local storage.

Features

  • Add new tasks
  • Add enviroments for sub lists such as Home | Work | Errands
  • Edit existing tasks
  • Mark tasks as completed
  • Delete tasks
  • Persist tasks using local storage

Technologies Used

  • React
  • SCSS for styling

Getting Started

To get started with the ToDo app, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.
  4. Run the app using npm run dev.
  5. Open your browser and go to http://localhost:5173 to view the app.

Usage

  • Type a task in the input field and press the "Add" button to add it to the list.
  • Click on the "Edit" button next to a task to edit its text.
  • Click on a task to mark it as completed. Click again to undo.
  • Click on the "Delete" button next to a task to delete it from the list.
  • Click on the "Clear List" button to remove all tasks from the list.

Author

This ToDo app was created by @Simunition715.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

a todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published