Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,31 @@
|
|
| 1 |
---
|
| 2 |
title: ' Organize DailyLife Calculator '
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: ' Organize DailyLife Calculator '
|
| 3 |
+
emoji: 🏆
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
short_description: Save Tasks Locally
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Persistent To-Do List
|
| 12 |
+
|
| 13 |
+
A simple and elegant to-do list built with pure HTML, CSS, and JavaScript. This version uses **Local Storage** to save your tasks directly in the browser, so they persist even after a page refresh.
|
| 14 |
+
|
| 15 |
+
## ✨ Features
|
| 16 |
+
|
| 17 |
+
- **Save Tasks Locally:** Your tasks are automatically saved in your browser's local storage.
|
| 18 |
+
- **Stylish Design:** Follows a custom style guide with a unique purple color palette.
|
| 19 |
+
- **User-Friendly Interface:** Clean and intuitive design for adding, completing, and deleting tasks.
|
| 20 |
+
- **Responsive Layout:** The app is fully responsive and works well on both desktop and mobile devices.
|
| 21 |
+
|
| 22 |
+
## 🚀 How to Use
|
| 23 |
+
|
| 24 |
+
1. **Add a Task:** Type your task in the input box and click the **+** button or press **Enter**.
|
| 25 |
+
2. **Complete a Task:** Click the circle next to a task to mark it as complete.
|
| 26 |
+
3. **Delete a Task:** Click the trash can icon to remove a task.
|
| 27 |
+
4. **Data Persistence:** Your tasks will be saved on your device and will be available the next time you visit the page.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|