Journey is a simple financial app designed for the P33 project.
You can get it locally by cloning this repository and running a few commands.
In case you don't have it already, install Node.js.
After cloning, you can install dependencies:
npm install
Then build the project:
npm run build
Alternativly, you can start live development:
npx astro dev
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.