-
Notifications
You must be signed in to change notification settings - Fork 322
Update README.md #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -8,24 +8,24 @@ | |||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
### Team Members | ||||||||||||||||||||||
- Team Lead: [Name] - [College] | ||||||||||||||||||||||
- Member 2: [Name] - [College] | ||||||||||||||||||||||
- Member 3: [Name] - [College] | ||||||||||||||||||||||
- Team Lead: [Ajay Suseel] - [TKM COLLEGE OF ENGINEERING KOLLAM] | ||||||||||||||||||||||
- Member 2: [Kishan P K] - [TKM COLLEGE OF ENGINEERING KOLLAM] | ||||||||||||||||||||||
- Member 3: [Abhiram K Aravind] - [TKM COLLEGE OF ENGINEERING KOLLAM] | ||||||||||||||||||||||
|
||||||||||||||||||||||
### Project Description | ||||||||||||||||||||||
[2-3 lines about what your project does] | ||||||||||||||||||||||
[A gamified TODO list that allows users to add tasks,monitor and complete them earn points and use those points to level up your pet pokemon] | ||||||||||||||||||||||
|
||||||||||||||||||||||
### The Problem (that doesn't exist) | ||||||||||||||||||||||
[What ridiculous problem are you solving?] | ||||||||||||||||||||||
[People find it difficult to keep track of day to day tasks.] | ||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Consider enhancing the problem and solution statements. While the statements are clear, they could be more engaging and aligned with the project's gamified nature: -[People find it difficult to keep track of day to day tasks.]
+[Traditional TODO lists are boring and don't motivate users to complete their daily tasks.]
-[A gamified version of TODO list that allows users to not only add tasks but also complete it purely by marking it completed(no proof required)]
+[A fun, Pokémon-themed TODO list that motivates users by rewarding task completion with points to level up their virtual pet] Also applies to: 22-22 |
||||||||||||||||||||||
|
||||||||||||||||||||||
### The Solution (that nobody asked for) | ||||||||||||||||||||||
[How are you solving it? Keep it fun!] | ||||||||||||||||||||||
[A gamified version of TODO list that allows users to not only add tasks but also complete it purely by marking it completed(no proof required)] | ||||||||||||||||||||||
|
||||||||||||||||||||||
## Technical Details | ||||||||||||||||||||||
### Technologies/Components Used | ||||||||||||||||||||||
For Software: | ||||||||||||||||||||||
- [Languages used] | ||||||||||||||||||||||
- [Frameworks used] | ||||||||||||||||||||||
- [Dart] | ||||||||||||||||||||||
- [Firebase] | ||||||||||||||||||||||
- [Libraries used] | ||||||||||||||||||||||
- [Tools used] | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
@@ -37,23 +37,31 @@ For Hardware: | |||||||||||||||||||||
### Implementation | ||||||||||||||||||||||
For Software: | ||||||||||||||||||||||
# Installation | ||||||||||||||||||||||
[commands] | ||||||||||||||||||||||
git clone repo_name | ||||||||||||||||||||||
cd GTODO | ||||||||||||||||||||||
flutter pub get | ||||||||||||||||||||||
npm install -g firebase-tools | ||||||||||||||||||||||
flutterfire configure | ||||||||||||||||||||||
|
||||||||||||||||||||||
# Run | ||||||||||||||||||||||
[commands] | ||||||||||||||||||||||
[flutter run] | ||||||||||||||||||||||
|
||||||||||||||||||||||
### Project Documentation | ||||||||||||||||||||||
For Software: | ||||||||||||||||||||||
|
||||||||||||||||||||||
# Screenshots (Add at least 3) | ||||||||||||||||||||||
 | ||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||
 | ||||||||||||||||||||||
|
||||||||||||||||||||||
 | ||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||
caption:login page | ||||||||||||||||||||||
|
||||||||||||||||||||||
 | ||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||
 | ||||||||||||||||||||||
|
||||||||||||||||||||||
caption : Home page | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
 | ||||||||||||||||||||||
|
||||||||||||||||||||||
caption: Task management | ||||||||||||||||||||||
|
||||||||||||||||||||||
# Diagrams | ||||||||||||||||||||||
 | ||||||||||||||||||||||
|
@@ -80,16 +88,17 @@ For Hardware: | |||||||||||||||||||||
|
||||||||||||||||||||||
### Project Demo | ||||||||||||||||||||||
# Video | ||||||||||||||||||||||
[Add your demo video link here] | ||||||||||||||||||||||
*Explain what the video demonstrates* | ||||||||||||||||||||||
(https://drive.google.com/file/d/1ehf5xPWyTl6X9_tp8UWmQnLCxGL4h89u/view?usp=drive_link) | ||||||||||||||||||||||
|
||||||||||||||||||||||
logging in ,viewing your avatar,leveling up with points and managing tasks | ||||||||||||||||||||||
Comment on lines
+91
to
+93
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Format the demo link properly. The demo link needs proper Markdown formatting: -(https://drive.google.com/file/d/1ehf5xPWyTl6X9_tp8UWmQnLCxGL4h89u/view?usp=drive_link)
+[Watch Demo](https://drive.google.com/file/d/1ehf5xPWyTl6X9_tp8UWmQnLCxGL4h89u/view?usp=drive_link)
-logging in ,viewing your avatar,leveling up with points and managing tasks
+Demo features:
+- User authentication
+- Avatar customization
+- Level progression system
+- Task management interface 📝 Committable suggestion
Suggested change
🧰 Tools🪛 Markdownlint
|
||||||||||||||||||||||
|
||||||||||||||||||||||
# Additional Demos | ||||||||||||||||||||||
[Add any extra demo materials/links] | ||||||||||||||||||||||
|
||||||||||||||||||||||
## Team Contributions | ||||||||||||||||||||||
- [Name 1]: [Specific contributions] | ||||||||||||||||||||||
- [Name 2]: [Specific contributions] | ||||||||||||||||||||||
- [Name 3]: [Specific contributions] | ||||||||||||||||||||||
- Ajay Suseel: Firebase | ||||||||||||||||||||||
- Kishan P K: flutter frontend | ||||||||||||||||||||||
- Abhiram K Aravind: flutter frontend | ||||||||||||||||||||||
|
||||||||||||||||||||||
--- | ||||||||||||||||||||||
Made with ❤️ at TinkerHub Useless Projects | ||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix grammatical issues in the project description.
The project description needs better punctuation and capitalization:
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool