https://github.com/naufaldi/bearmentor-task-manager
https://github.com/naufaldi/bearmentor-task-manager
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naufaldi/bearmentor-task-manager
- Owner: naufaldi
- Created: 2024-11-10T04:54:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T15:17:46.000Z (5 months ago)
- Last Synced: 2025-03-18T22:29:41.599Z (about 1 month ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List for Habit Tracker App Features
## Basic Features to Implement
1. **Add New Habits**
- [ ] Create a form component to allow users to add new habits.
- [ ] Implement state management to handle new habit input.
- [] Add Button Submit
- [ ] Ensure the form clears after submission.2. **Habit List Display**
- [ ] Create a component to list all habits.
- [ ] Integrate the habit item component to display each habit.
- [ ] Ensure the list updates dynamically as habits are added or modified.3. **Edit and Delete Habits**
- [ ] Enable users to edit the name of a habit.
- [ ] Allow users to delete habits from the list.
- [ ] Ensure changes persist in the application state.## Additional Considerations
- [ ] Ensure the UI is responsive and user-friendly.
- [ ] Consider adding local storage or a backend to persist habit data.
- [ ] Implement error handling and validation for user inputs.