https://thenounproject.com/search/?q=bus+stop&i=462240 https://thenounproject.com/search/?q=train+station+clock&i=20723 https://thenounproject.com/term/train-tickets/977515/
https://thenounproject.com/search/?q=route&i=939673
The Budget Party app is primarily written in javascript and leans heavily into the libraries React and Redux. The static assets are hosted via Github pages. Data submitted to the server lives in a Firebase, a Google cloud service.
Getting started
This project has a dependency on Node and npm. Make sure they are install on your machine by running the following commands:
node -v
npm -v
This should return the version number of your install. If it doesn't Google how to install Node & npm for your operating system. Maybe these links could help you?
Once you have cloned this repo to you local machine, open the app
directory in your Terminal.
cd app
npm install
npm start
- visit http://localhost:3000 in your browser
npm run build
npm run deploy