-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a6fe9a
commit 3089ebe
Showing
1 changed file
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,47 @@ | ||
# ToDoList_Updated | ||
Created with CodeSandbox | ||
# React To-Do List | ||
|
||
A simple to-do list application built with React. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
- [Node.js](https://nodejs.org/) installed on your machine. | ||
|
||
### Installation | ||
|
||
1. Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/your-username/react-todo-list.git | ||
|
||
2. Navigate to the project directory: | ||
```bash | ||
cd react-todo-list | ||
3. cd react-todo-list | ||
```bash | ||
npm install | ||
|
||
### Usage | ||
1. Start the development server: | ||
```bash | ||
npm start | ||
This will open the app in your default web browser. | ||
2. Add, edit, and delete tasks on your to-do list. | ||
3. To submit a new task, either press the "Add" button or press "Enter" after typing in the input field. | ||
4. To remove a task, click the "Delete" button next to the task. | ||
### Technologies Used | ||
React | ||
JavaScript | ||
HTML | ||
CSS | ||
### Acknowledgements | ||
This project was created as a simple example of learning React. | ||
Inspired by typical to-do list applications. | ||