This is our Microverse Math Magicians Project site, featuring an Art Gallery using HTML, CSS and React.js. The site is a SPA, it's a Calculator App. This app is aviable to solve every math calculation like: addition, substraction, multiplication and division.
HTML
CSS
React.js
- Webpack
- Git WorkFlow
- Jest
- React
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor
- Node.js
- React.js
Clone this repository to your desired folder by opening the terminal and running the following command:
git clone https://github.com/Zven94/math-magicians.git
Install this project with:
npm install
To run the project:
Open the Project in your code editor and type
npm start
command to run the project.
To run tests, run the following commands:
For CSS linter errors:
npx stylelint "**/*.{css,scss}"
For Javascript linter errors:
npx eslint .
Deployed by GitHub Pages.
π€ Nicolas Emiliano BolaΓ±ez
- GitHub: @Zven94
- LinkedIn: Nicolas Emiliano BolaΓ±ez
**Completing all Student C's tasks:
- Display Reservations pop up with selected item's details
- Display reservations for a given item on the Reservations pop-up
- Create feature: add new reservation
- Add reservations counter
- Add tests for reservations counter
Contributions, issues, and feature requests are welcome!
If you like this project please leave a star and a comment.
We would like to thank Microverse to have this opportunity, and also thank you the code review team.
This project is MIT licensed.