Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.47 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.47 KB

React Calculator

by @cfaloon & @Brandonniles

Build Status

CircleCI

Introduction and Purpose

Welcome to our humble Calculator React App.

A little background on ourselves...

@cfaloon has been a professional software developer since 2011. In the summer of 2017 he took up an opportunity to teach web application development to eager, burgeoning developers. @Brandonniles was one of those go-getters from the Fall 2017 cohort of aspiring developers. After the session had ended, both were still anxious for more. As @Brandonniles was enrolled in the Javascript App Development course, and @cfaloon had not yet worked with React - but had wanted to for a few months - the two concocted a project to tackle with React as the solution. Thus the Calculator project was born.

How to Run

  1. Start by cloning the repository. i.e. $ git clone [email protected]:cfaloon/calculator.git
  2. After cloning the repository, npm dependencies must be installed. From within the newly created diretory, run $ npm install --save
  3. After the dependencies are installed, start the server with $ npm start
  4. That's it! If there are any issues getting set up, feel free to create an Issue in the repository.