https://github.com/shm-rsuf/todo-app
A React Todo app is a simple task management application built using the React library. It allows users to create, read, update, and delete tasks or "todos" in a list format. The app typically includes a form that allows users to add new tasks to the list, and each task is represented as an item in the list.
https://github.com/shm-rsuf/todo-app
crud-application react-router-dom reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
A React Todo app is a simple task management application built using the React library. It allows users to create, read, update, and delete tasks or "todos" in a list format. The app typically includes a form that allows users to add new tasks to the list, and each task is represented as an item in the list.
- Host: GitHub
- URL: https://github.com/shm-rsuf/todo-app
- Owner: Shm-Rsuf
- Created: 2022-11-28T09:06:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T15:15:09.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T18:53:59.546Z (about 1 year ago)
- Topics: crud-application, react-router-dom, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://our-todo-app.netlify.app/
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-app
A React Todo app is a simple task management application built using the React library. It allows users to create, read, update, and delete tasks or "todos" in a list format. The app typically includes a form that allows users to add new tasks to the list, and each task is represented as an item in the list.
# Features
- The app typically includes a form that allows users to add new tasks to the list.
- Each task is represented as an item in the list.
- It allows users to create, read, update, and delete tasks or "todos" in a list format.
# Tools Used
- React for frontend development
- Tailwind CSS for styling
# Installation
1. Clone the repository: `https://github.com/Shm-Rsuf/todo-app.git`
2. Navigate to the client directory: `cd todo-app`
3. Install dependencies: `npm install`
4. Start the client: `npm start`
5. Access the client in your browser at: `https://localhost:3000`
# Links
- [Live-Link](https://our-todo-app.netlify.app/)
- [Front-End-Link](https://github.com/Shm-Rsuf/todo-app)
# Conclusion
Note: This project only implements the front-end of the app.