https://github.com/microverseinc/project-react-calculator
https://github.com/microverseinc/project-react-calculator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/microverseinc/project-react-calculator
- Owner: microverseinc
- Archived: true
- Created: 2018-06-21T13:22:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T01:23:34.000Z (over 5 years ago)
- Last Synced: 2025-03-05T00:11:29.953Z (over 1 year ago)
- Size: 45.9 KB
- Stars: 12
- Watchers: 3
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a simple calculator with React
## Introduction
In this project you will learn how to build a very simple React application. You will work in a real-world project for a fictional company that requires your help. The project has been split into multiple milestones, and each milestone has functional and technical requirements that you will need to implement.
## Tools you will use
- Node.js
- React
- React-DOM
- React-Create-App
- npm
- CSS
- ES6
## The Project
Math-magicians is a fictional company based in France. They have requested your help to build a simple product that would assist them with their calculations. An important thing to notice is that they have asked for a product that is not just fully-functional, but also beautiful and user-friendly.

## Milestones
- **Milestone 1**: [Basic project structure](https://github.com/microverseinc/project-react-calculator/blob/master/milestones/MILESTONE_1.md)
- **Milestone 2**: [Components](https://github.com/microverseinc/project-react-calculator/blob/master/milestones/MILESTONE_2.md)
- **Milestone 3**: [Styling](https://github.com/microverseinc/project-react-calculator/blob/master/milestones/MILESTONE_3.md)
- **Milestone 4**: [Calculations](https://github.com/microverseinc/project-react-calculator/blob/master/milestones/MILESTONE_4.md)
- **Milestone 5**: [Event handlers](https://github.com/microverseinc/project-react-calculator/blob/master/milestones/MILESTONE_5.md)