added another begineer idea for daily goal tracker

pull/726/head
radhesh1 2 years ago committed by GitHub
parent eab98162ee
commit 03bfbd08af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,37 @@
# Daily Goal Tracker App
---
**Daily Goal Tracker**
**Tier:** 1-Beginner
The Daily Goal Tracker app is designed to help individuals set and track their daily goals, providing them with a tool to cultivate positive habits and achieve personal or professional milestones. This project aims to provide practice and understanding of user interface design, event handling, and basic application functionalities.
## User Stories
- [ ] User can create and customize their daily goals.
- [ ] User can set reminders to receive notifications for their goals.
- [ ] User can log progress towards each goal.
- [ ] User can view visual representations of their progress over time.
## Bonus Features
- [ ] User can add reflections or notes about their progress.
- [ ] User can unlock achievement badges for reaching specific milestones.
- [ ] User can connect with friends or join communities for additional support.
## Useful Links and Resources
- [Building User Interfaces in Android](https://developer.android.com/guide/topics/ui)
- [Implementing Notifications in Android](https://developer.android.com/training/notify-user/build)
## Example Projects
- [Task Management App using Flutter](https://github.com/aaronoe/To-Do-App)
- [Goal Tracker App using React Native](https://github.com/abdul-moqueet/Goal-Tracker)
---
This description outlines the purpose and features of the Daily Goal Tracker app, providing a clear direction for development. It emphasizes the beginner-level skills and concepts that will be practiced while working on this project.

@ -79,6 +79,8 @@ required to complete them.
| [Word Frequency](./Projects/1-Beginner/Word-Frequency-App.md) | Calculate word frequency in a block of text | 1-Beginner |
| [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner |
| [ScreenSaver App](./Projects/1-Beginner/Screensaver-App.md) | Make a Custom Screensaver to get on your screen. | 1-Beginner |
| [Daily Goal Tracker](./Projects/1-Beginner/Dailytracker-App.md) | help people set and track their daily goals | 1-Beginner |
### Tier-2: Intermediate Projects

Loading…
Cancel
Save