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!
To use the TODO-LIST app locally, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/NobleOsinachi/TODO-LIST.git
- Change into the project directory:
cd TODO-LIST
- Install the required dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit
http://localhost:3000
to access the app.
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
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository on GitHub.
- Submit a pull request to the main repository.
Please ensure that your code adheres to the project's coding standards and practices.
This project is licensed under the MIT License - see the LICENSE file for details.