The motivation for this project stemmed from wanting to collaborate with peers on a side project we could showcase; while taking the opportunity to gain experience with some of React's newest features. The purpose of Cost Calculator is to provide users a visual representation of how much they need to work on a monthly basis to be able to save or afford expenses.
git clone https://github.com/tguar/CostCalendar/
cd cost-calculator
yarn install
yarn start
Git flow used: {feature/fix/documentation/chore}-{short explanation} branches
master ----------------------------------------- master
V ------------------------------------------------ ^
\____> dev ------------------------------ dev >__/
V------------------------------- ^
\___> feature-calendar >_______/
Gitlab integration with development branch lives here on Heroku
In the project directory, you can run:
Run this on clone/initial load
Installs any new dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project was bootstrapped with Create React App.