Skip to content

boring-dragon/habicado

Repository files navigation

Habicado ( Part of Taylors college Computing final project)

Habicado is a habit tracking app built to encourage user's to break their bad habits by rewarding them with points when they complete more and more habits. These points (coins) can be used in app to purchase characters for your profile as a collectable that you can store and use.

API at https://github.com/boring-dragon/habit-api

screenshot

database

Tech used

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate


#IOS

$ npx cap add ios
 
$ npx cap open ios

TODO

  • Design Character Profile Page

  • Design and Fix Nav Menu

  • Design Settings Page

  • Fix registeration and login flow

  • Setup Login page

  • Design Inventory Page

  • Design Mood Card ( Kim )

  • Connect Mood Card to API

  • Create a wallet for user when they register

  • Show Logged in User wallet balance

  • Design HomePage

  • Design Habbit List Cards

  • Habbit Creation Modal Setup

  • Account Deleting ( kim)

  • Profile Information Update ( kim )

  • Add Toast notifications

  • Design Habbit Creation Process

  • Ability to -1 a target count

  • Ability to Mark the Habbit as Completed

  • Show a Count Cards on Dashboard ( Completed and pending habits)

  • Empty State for Habits listing

  • Update wallet count refresh

  • Ability to purchase characters from shop

  • Load Inventory Dynamically

  • Ability to change owned characters from inventory

  • Add Points to Wallet when habit is completed

  • Show a Pretty Confetti Animation when the habit is completed

  • Show currently Active Character

  • Get Habbits Created Today for Insight Page

  • Make Insight Page Dynamic

  • Fix Bug in mood checking