Skip to content

mikeleo03/CoinQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

120 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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/

About

πŸ† 1st Runner up @ IFEST Webdev Competition 2023 - Financial Education WebApp for Kids created with Next.js, ShadcnUI, and Supabase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors