This is a simple yet powerful To-Do application built with React. It allows users to add tasks, mark them as completed, edit them, and delete them. The app is designed to be responsive, ensuring a great user experience on both desktop and mobile devices.
- Add new to-do items.
- Mark to-do items as completed.
- Edit the text of existing to-do items.
- Delete to-do items.
- Responsive design for usability on various screen sizes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before running this project, you will need Node.js and npm installed on your system.
A step-by-step series of examples that tell you how to get a development environment running:
- Clone the repository:
git clone https://github.com/sorlando92/react-todo-app.git
- Navigate to the project directory:
cd react-todo-app
- Install dependencies:
npm install
- Run the application:
npm start