This is a simple and user-friendly To-Do application built using React. The app allows users to add, delete, and mark tasks as completed. It's a great starting point for anyone looking to learn React or build a basic productivity tool.
- Add new Task.
- Delete any Task.
- Edit any Task.
- Mark any Task completed.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/siddh113/react-todo-app.git cd to-do-in-react
- Install dependencies:
npm install
- Run the app
npm start
- Open your browser : Navigate to http://localhost:3000 to see the app in action.