You can find the deployed project at getmypathapp.com.
MyPath is dedicated to helping high school students and young adults plan for the future. Although money management is a complicated issue that should be discussed with a professional, MyPath is a useful guide. We make it easy. The user will be asked to answer a few questions and MyPath will create their financial profile.
- Progressive Web App
- Income and expenses data for dozens of cities
- Ability to compare multiple entries
- Data visualizations
Front-end deployed to Netlify
Back-end deployed to Heroku
The developer must include the following environmental variables inside a .env file:
* REACT_APP_CLIENT_ID - this is the client ID used for authentication
* REACT_APP_CLIENT_SECRET - this is the client secret used for authentication
Fork and clone the repository, run yarn and then yarn start to get started.
See Backend Documentation for details on the back-end of this project.