https://github.com/romashka-dev/react-todo-list
A simple and intuitive To-Do List application built with React.js.
https://github.com/romashka-dev/react-todo-list
javascript reactjs todo-app todolist typescript
Last synced: about 2 months ago
JSON representation
A simple and intuitive To-Do List application built with React.js.
- Host: GitHub
- URL: https://github.com/romashka-dev/react-todo-list
- Owner: romashka-dev
- License: mit
- Created: 2025-02-20T10:57:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T20:04:47.000Z (over 1 year ago)
- Last Synced: 2025-11-11T08:35:54.634Z (7 months ago)
- Topics: javascript, reactjs, todo-app, todolist, typescript
- Language: TypeScript
- Homepage: https://todotodo-list-react.netlify.app/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 React To-Do List App
[](https://app.netlify.com/sites/todotodo-list-react/deploys)
A simple and intuitive To-Do List application built with React.js. This app allows users to manage their daily tasks efficiently with features like adding, editing, marking as completed/incompleted, and deleting tasks.
## 🚀 Features
✅ Add new tasks
✅ Edit existing tasks
✅ Mark tasks as completed/incompleted
✅ Remove tasks
✅ Display task badges with due dates
✅ Filter tasks using a search bar
✅ Local storage support (tasks persist after refresh)
## 📌 Getting Started
Follow these steps to set up the project on your local machine:
### Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/romashka-dev/react-todo-list.git
cd react-todo-list
```
2. **Install dependencies:**
```
npm install
# or
yarn install
```
3. **Start the development server:**
```
npm run dev
# or
yarn dev
```
4. **Open the application in your browser:**
```
http://localhost:5173
```
### Contributing
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.