A personal finance web application designed for children, with a focus on financial literacy and education.
Designed and created @ CalgaryHacks 2024.
-
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
-
Install the required dependencies using npm.
npm install- If needed, install the required TypeScript types for React.
npm install --dev @types/react- Start the development server.
npm run dev- Generate a full static production build.
npm run build| Color | Hex/RGB |
|---|---|
Background |
#000000 (0, 0, 0) |
Primary |
#b787f5 (183, 135, 245) |
Secondary |
#c951e7 (201, 81, 231) |
Text |
#ffffff (255, 255, 255) |
Accent |
#374151 (55, 65, 81) |




