Skip to content

e-woo/stellar-savings

Repository files navigation

Stellar Savings

A personal finance web application designed for children, with a focus on financial literacy and education.

Stellar Savings demo image

Designed and created @ CalgaryHacks 2024.

🛠 Setup

  1. Clone the repository using one of the following methods.

    HTTPS:

    git clone https://github.com/e-woo/stellar-savings.git

    SSH (requires SSH keys set up on your GitHub account):

    git clone [email protected]:e-woo/stellar-savings.git

    GitHub CLI (requires installation):

    gh repo clone e-woo/stellar-savings
  2. Install the required dependencies using npm.

npm install
  1. If needed, install the required TypeScript types for React.
npm install --dev @types/react
  1. Start the development server.
npm run dev

🚀 Build and run for production

  1. Generate a full static production build.
npm run build

🎨 Colors

Color Hex/RGB
#000000 Background #000000 (0, 0, 0)
#b787f5 Primary #b787f5 (183, 135, 245)
#c951e7 Secondary #c951e7 (201, 81, 231)
#ffffff Text #ffffff (255, 255, 255)
#374151 Accent #374151 (55, 65, 81)

About

A personal finance web application designed for children, with a focus on financial literacy and education.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors