https://github.com/karan-develops/react-to-do-list
This project (Todo List) is made using reactjs and tailwindcss through vite. It uses browser's local storage to save data between reloads. The concept of context API is used to make this project.
https://github.com/karan-develops/react-to-do-list
Last synced: 6 months ago
JSON representation
This project (Todo List) is made using reactjs and tailwindcss through vite. It uses browser's local storage to save data between reloads. The concept of context API is used to make this project.
- Host: GitHub
- URL: https://github.com/karan-develops/react-to-do-list
- Owner: Karan-develops
- Created: 2024-06-23T13:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T13:23:13.000Z (over 1 year ago)
- Last Synced: 2025-03-12T00:53:30.531Z (10 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-To-Do-List
This project (Todo List) is made using reactjs and tailwindcss through vite. It uses browser's local storage to save data between reloads. The concept of context API is used to make this project.