An open API service indexing awesome lists of open source software.

https://github.com/microverseinc/project-react-calculator


https://github.com/microverseinc/project-react-calculator

Last synced: about 1 year ago
JSON representation

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.

![Calculator Screenshot](https://github.com/microverseinc/project-react-calculator/blob/master/images/calculator.png?raw=true)

## 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)