An open API service indexing awesome lists of open source software.

https://github.com/codexparas/todo-react

Simple React JS front-end for a ToDo App, offering intuitive task management and user-friendly interface.
https://github.com/codexparas/todo-react

Last synced: 6 months ago
JSON representation

Simple React JS front-end for a ToDo App, offering intuitive task management and user-friendly interface.

Awesome Lists containing this project

README

          

# React Todo App

This is a simple todo app built with React and Vite. It allows you to create, update, and delete tasks in a todo list.

## Features

- Add new tasks to the todo list
- Mark tasks as completed
- Edit existing tasks
- Delete tasks from the list

## Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/todo-app.git
```

2. Navigate to the project directory:

```bash
cd todo-app
```

3. Install the dependencies:

```bash
npm install
```

## Usage

1. Start the development server:

```bash
npm run dev
```

2. Open your browser and visit `http://localhost:3000` to view the app.

3. Use the input field to add new tasks to the todo list.

4. Click on a task to mark it as completed.

5. Double-click on a task to edit its content.

6. Click on the delete button (X) to remove a task from the list.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).