A simple To-do List web application built with React.
This project is a basic To-do List web application built using React. It allows users to add, delete, and mark tasks as completed. The project was created as a beginner-level exercise to practice React development skills.
- Add tasks to the list
- Delete tasks from the list
- Mark tasks as completed
- Simple and intuitive user interface
- React
- Tailwind CSS
To get started with the project, you'll need to have Node.js and npm (Node Package Manager) installed on your machine.
- Clone this repository: git clone https://github.com/your-username/react-todo-list.git
- Navigate into the project directory: cd react-todo-list
- Install the project dependencies: npm i
- Start the development server: npm start
- Open your web browser and visit http://localhost:3000 to view the application.
- Add a new task by entering the task description in the input field and pressing the "Enter" key or clicking the "Submit" button.
- Delete a task by clicking the ❌ button next to the task.
- Mark a task as completed by clicking the checkbox next to the task.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.