https://github.com/4ssh1/todo_list
A todo-list app build with ReactJs and TailwindCss
https://github.com/4ssh1/todo_list
javascript reactjs task-manager todolist
Last synced: 9 months ago
JSON representation
A todo-list app build with ReactJs and TailwindCss
- Host: GitHub
- URL: https://github.com/4ssh1/todo_list
- Owner: 4ssh1
- Created: 2025-01-14T15:01:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T04:13:51.000Z (about 1 year ago)
- Last Synced: 2025-04-29T05:23:18.930Z (about 1 year ago)
- Topics: javascript, reactjs, task-manager, todolist
- Language: JavaScript
- Homepage: https://todo-list-hgia.vercel.app
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO List App
A simple and elegant To-Do List Application built using React.js and styled with Tailwind CSS. This project showcases a modern and responsive task management system.
## Features
- **📋 Add Tasks**: Quickly add tasks to your to-do list.
- **✅ Mark as Completed**: Mark tasks as completed to keep track of your progress.
- **🖊️ Edit Tasks**: Update tasks when priorities or details change.
- **❌ Delete Tasks**: Remove unwanted or completed tasks.
- **🔄 Real-Time Updates**: Experience a seamless and dynamic user interface with real-time task updates.
- **🎨 Responsive Design**: Fully responsive and mobile-friendly UI.
## Installation
To get started, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/4ssh1/TODO_LIST.git
```
2. Navigate to the project directory:
```bash
cd TODO_LIST
```
4. Install dependencies:
```bash
npm install
```
6. Start the server:
```bash
npm run dev
```
# TODO_LIST Project Structure
```text
TODO_LIST/
├── src/
│ ├── components/
├── public/
├── .eslintrc
├── vite.config.js
└── package.json
## Contributing
We welcome contributions! To contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-name
```
3. Commit your changes and push them to your fork.
4. Create a pull request.
## License
This project is licensed under the MIT License.