https://github.com/mikeleo03/coinquest
π 1st Runner up @ IFEST Webdev Competition 2023 - Financial Education WebApp for Kids created with Next.js, ShadcnUI, and Supabase
https://github.com/mikeleo03/coinquest
competition financial-education nextjs react-tsx shadcn-ui supabase
Last synced: 3 months ago
JSON representation
π 1st Runner up @ IFEST Webdev Competition 2023 - Financial Education WebApp for Kids created with Next.js, ShadcnUI, and Supabase
- Host: GitHub
- URL: https://github.com/mikeleo03/coinquest
- Owner: mikeleo03
- Created: 2023-09-16T13:00:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T16:29:48.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:43:05.646Z (5 months ago)
- Topics: competition, financial-education, nextjs, react-tsx, shadcn-ui, supabase
- Language: TypeScript
- Homepage: https://coin-quest.vercel.app
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoinQuest
Financial Education WebApp for Kids## Product Description
CoinQuest, sebuah aplikasi webapp yang membantu untuk meningkatkan literasi keuangan pada anak-anak usia dini. CoinQuest mengajarkan kebiasaan manajemen keuangan yang baik melalui sistem daily objective yang memerlukan pengawasan orang tua, memberikan pengetahuan singkat terkait keuangan melalui course pendek, mampu menjawab pertanyaan terkait finansial melalui chatbot, dan membantu anak menentukan target keuangannya sendiri dengan fitur custom daily objective. Dengan design yang interaktif dan ramah untuk anak, CoinQuest dirancang untuk membuat edukasi literasi keuangan anak menjadi lebih menarik dan menyenangkan. Dengan adanya CoinQuest, generasi muda Indonesia diharapkan dapat tumbuh berbekalkan ilmu pemahaman mengenai konsep ekonomi dan pengelolaan finansial yang baik sejak dini untuk masa depan yang lebih cerah.## AMN Team
1. Nathan Tenka
2. Margaretha Olivia H.
3. Michael Leon Putra W.
4. Austin Gabriel Pardosi
5. Salomo R. G. Manalu## Project Structure
```
.
ββββ.next
β ββββserver
β β ββββapp
β β β ββββapi
β β β ββββ(quest)
β β β ββββget-tasks
β β β ββββ[id_goal]
β β β ββββ[id]
β β ββββpages
β ββββstatic
β β ββββchunks
β β β ββββpages
β β ββββdevelopment
β β ββββwebpack
β ββββtypes
β ββββapp
β ββββapi
β ββββ(quest)
β ββββget-tasks
β ββββ[id_goal]
β ββββ[id]
ββββapp
β ββββ(pages)
β β ββββcourse
β β β ββββ[id]
β β ββββcourses
β β ββββgoals
β β ββββlogin
β β ββββprofile
β β ββββsaving
β β ββββsignup
β ββββapi
β ββββ(course)
β β ββββall-course
β β ββββcourse
β β β ββββ[id]
β β ββββget-quiz
β β ββββ[id]
β ββββ(goals)
β β ββββall-goal
β β ββββget-quests
β β β ββββ[id]
β β ββββgoal
β β ββββaddnew
β β ββββ[id]
β ββββ(quest)
β β ββββall-quest
β β ββββget-tasks
β β β ββββ[id_goal]
β β β ββββ[id]
β β ββββquest
β β ββββ[id]
β ββββ(savings)
β β ββββall-saving
β β ββββsaving
β β ββββaddnew
β ββββ(subcourse)
β β ββββall-subcourse
β β β ββββ[id]
β β ββββsubcourse
β β ββββ[id]
β ββββ(tasks)
β β ββββall-task
β β ββββtask
β β ββββ[id]
β ββββ(user)
β ββββall-user
β ββββuser
β ββββaddnew
β ββββedit
β β ββββ[id]
β ββββ[id]
ββββcomponents
β ββββui
ββββlib
ββββnode_modules
ββββpublic
β ββββassets
β β ββββboys
β β ββββplanets
β β ββββsky
β ββββfonts
ββββutils
ββββ.env.local
ββββ.gitignore
ββββcomponents.json
ββββnext-env.d.ts
ββββnext.config.js
ββββpackage-lock.json
ββββpackage.json
ββββpostcss.config.js
ββββREADME.md
ββββtailwind.config.js
ββββtsconfig.json
```## Deployment
Link: https://coin-quest.vercel.app/