Skip to content

NobleOsinachi/todo-list

Repository files navigation

TODO-LIST

TODO-LIST is a powerful to-do list application developed using React JavaScript. Its primary purpose is to streamline task management and facilitate learning the fundamentals of the React framework. With this app, you can effortlessly:

  • Add tasks to your to-do list
  • Delete tasks from the list

Stay organized and enhance your React skills with TODO-LIST!

Table of Contents

Installation

To use the TODO-LIST app locally, follow these steps:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/NobleOsinachi/TODO-LIST.git
  1. Change into the project directory:
cd TODO-LIST
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your web browser and visit http://localhost:3000 to access the app.

Usage

Once the app is up and running, you can use it to:

  • Add new tasks to your to-do list
  • Mark tasks as completed
  • Delete tasks from the list
  • Filter tasks based on their completion status

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch with a descriptive name for your feature or bug fix.
  4. Make your changes and commit them with descriptive commit messages.
  5. Push your changes to your forked repository on GitHub.
  6. Submit a pull request to the main repository.

Please ensure that your code adheres to the project's coding standards and practices.

License

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

About

A to-do list app built with Javascript

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published