Skip to content

Atircharlotte/ToDoThings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoThings

A simple and intuitive to-do list application built with React, allowing users to manage their daily tasks efficiently.

Table of Contents

Features

  • Add new tasks with ease.
  • Mark tasks as completed.
  • Delete tasks when no longer needed.
  • Responsive design for seamless use on various devices.
  • Data persistence using local storage.

Demo

Check out the live demo of the application: ToDoThings Demo

Installation:

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Atircharlotte/ToDoThings.git
cd ToDoThings
  1. Install dependencies: Ensure you have Node.js installed, then run:
npm install
  1. Start the developement server:
npm start

The application will open in your browser at http://localhost:3000

Usage:

  1. Adding a Task:
  • Enter your task description in the input field.
  • Click the "ADD MISSION" button to add the task to your list.
  1. Completeing a Task:
  • Click the checkbox next to a task to mark it as completed.
  1. Deleting a Task:
  • Click the delete icon next to a task to remove it from the list.

The application keeps track of the number of pending tasks and updates automatically as you add, complete, or delete tasks.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/YourFeatureName
  3. Make your changes.
  4. Commit to your changes: git commit -m "Add some feature"
  5. Commit your changes: git push origin feature/YourFeatureName
  6. Open a pull request.

Please ensure your code adheres to the project's coding standards and included appropriate tests.

License

This project is licensed under the MIT License.

Contact

Developed by Rita Chen. You can reach me at rita789201131@gmail.com

About

This is a simple application for listing to do things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published