A simple to-do list application built with React.
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/react-todo-list.git
-
Navigate to the project directory:
cd react-todo-list
-
cd react-todo-list
npm install
- Start the development server:
npm start
This will open the app in your default web browser.
-
Add, edit, and delete tasks on your to-do list.
-
To submit a new task, either press the "Add" button or press "Enter" after typing in the input field.
-
To remove a task, click the "Delete" button next to the task.
React JavaScript HTML CSS
This project was created as a simple example of learning React. Inspired by typical to-do list applications.