Skip to content

victorh3/CostCalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Motivation

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.

Quick Start

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

Available Scripts

In the project directory, you can run:

yarn

Run this on clone/initial load

yarn install

Installs any new dependencies

yarn start

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.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • HTML 5.6%
  • CSS 3.1%