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.
npm
Git
To clone the project into your local environment do the following.
- Open a new
terminal
window and navigate to the directory where the project will be stored. - Run the command
git clone [email protected]:oscardelalanza/react-calculator.git
. - Run the command
cd react-calculator
to enter to the project directory.
To install the requires packages do the following.
- Inside
react-calculator
directory 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: [email protected]
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.