This is a simple Todo List app built using ReactJS. The app allows users to add, delete, edit and mark tasks as complete. It also provides sorting functionality to organize the todo list.
- Live Site URL: Todo List App
- Add tasks: Users can enter a task in the input field and press enter to add it to the todo list.
- Delete tasks: Users can delete a task by clicking on the delete button next to it.
- Edit tasks: Users can edit a task by clicking on the edit button next to it and modifying the text.
- Mark tasks as complete: Users can mark a task as complete by clicking on the checkbox next to it.
- Sort tasks: Users can sort the todo list by various criteria such as alphabetical order, completion status, or creation date.
- Clone the repository:
git clone https://github.com/Oluwa-Laughter/todo-list-app
- Navigate to the project directory:
cd todo-list-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
- Use the input field to add tasks, and the buttons next to each task to perform actions such as delete, edit, or mark as complete.
- Use the sorting options to organize your todo list.
- Website - Isaac Makinde
- LinkedIn - Isaac Makinde
- Twitter - LAUGHTER