Skip to content
Muhammad Abdusamad edited this page Dec 21, 2022 · 2 revisions

Welcome to the budget-planner wiki!

The budget planner app is a full stack application we will use to practice working with different parts of the JavaScript tech stack.

The intent of this project is to learn new technologies and integrate them into a working application. We also want to explore deployment and CI/CD. Subjects to explore:

  • Frontend: We've decided to use Nextjs as our front end
  • Backend: We are using Supabase for the backend. It has built in auth and a database.
  • Design system: We will be using Chakra UI as our design system and component library.
  • Caching (redis or any other) TBD
  • Storybook (UI component testing)
  • Testing: TBD
  • Deployment: TBD
  • CI/CD: Github actions
Clone this wiki locally