https://github.com/2awebdeveloper/react-to-do-list
A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks.
https://github.com/2awebdeveloper/react-to-do-list
localstorage react react-components react-todolist tailwindcss to-do-list todolist
Last synced: 4 months ago
JSON representation
A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks.
- Host: GitHub
- URL: https://github.com/2awebdeveloper/react-to-do-list
- Owner: 2AWebDeveloper
- Created: 2025-02-26T07:50:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T08:51:28.000Z (12 months ago)
- Last Synced: 2025-02-26T09:29:50.808Z (12 months ago)
- Topics: localstorage, react, react-components, react-todolist, tailwindcss, to-do-list, todolist
- Language: JavaScript
- Homepage: https://2a-react-to-do-list.vercel.app/
- Size: 394 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React To-Do List
A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks. All todos are stored in the browser's local storage, ensuring that your tasks persist even after refreshing the page.
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
## Overview
### Screenshot

### Links
- Live URL: [Live Site URL](https://2a-react-to-do-list.vercel.app/)