Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidcraftscode/react-todo-list-app
A simple and lightweight to-do list app built with React and Tailwind CSS, allowing users to create, edit, and delete tasks, as well as mark them as complete.
https://github.com/sidcraftscode/react-todo-list-app
react tailwindcss todolist
Last synced: 1 day ago
JSON representation
A simple and lightweight to-do list app built with React and Tailwind CSS, allowing users to create, edit, and delete tasks, as well as mark them as complete.
- Host: GitHub
- URL: https://github.com/sidcraftscode/react-todo-list-app
- Owner: sidcraftscode
- License: mit
- Created: 2024-08-02T00:23:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:38:29.000Z (3 months ago)
- Last Synced: 2024-08-06T23:08:02.530Z (3 months ago)
- Topics: react, tailwindcss, todolist
- Language: JavaScript
- Homepage: https://react-todolist-sid.vercel.app
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React To-do List app
A simple and lightweight to-do list app built with React and Tailwind CSS, allowing users to create, edit, and delete tasks, as well as mark them as complete (obviously).
You can preview it [here](https://react-todolist-sid.vercel.app)## Getting Started
### Prerequisites
node, npm### Installation
1. Clone the repo
```
git clone https://github.com/sidcraftscode/react-todo-list-app
cd react-todo-list-app
```2. Install NPM packages
```
npm install
```3. Start the app in dev mode
```
npm start
```### Other scripts
Generating a production build of the app
```
npm run build
```## Built With
* [React](https://react.dev)
* [TailwindCSS](https://tailwindcss.com)## Features
- [x] Allow user to create, edit and delete tasks
- [x] Allow user to mark tasks as complete
- [x] LocalStorage persistence
- [ ] Dark mode
- [ ] Settings menu
- [ ] Give user option to make delete modal optional## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details