This project is intended to learn how to build a very simple react application. This project has been split into multiple milestones, and each milestone has its own technical requirements.
You can find the original requirements here
- HTML, CSS, Javascript, SASS
- React,
- npm, big.js, prop-types, Heroku
This is a very simple React application that consists of a fully working calculator app.

To get a local copy up and running follow these simple example steps.
npmGit
To clone the project into your local environment do the following.
- Open a new
terminalwindow and navigate to the directory where the project will be stored. - Run the command
git clone git@github.com:oscardelalanza/react-calculator.git. - Run the command
cd react-calculatorto enter to the project directory.
To install the requires packages do the following.
- Inside
react-calculatordirectory run the commandnpm install.
- Use it as a normal
calculator.
To start the local development server do the following.
- Run the command
npm start.
To build the project do the following.
- Run the command
npm react-scripts build.
👤 Oscar De La Lanza
- Github: @oscardelalanza
- Twitter: @oscardelalanza
- Linkedin: Oscar De La Lanza
- Email: oscardelalanza@gmail.com
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.
This project was bootstrapped with Create React App.
