A single page React app whose main feature is a fully functioning basic calculator as one of it's pages,
... but also includes a landing page,
... and a page where the user can read a random math-related quote.
The most significant aspect of this app is the manner in which the calculator logic was adapted so that the display of its operations could be handled by React components.
https://germans-math-magicians.herokuapp.com/
https://boring-bose-880344.netlify.app/
- Open your terminal - Windows:
Win + R
, then typecmd
| Mac:Command + space
, then typeTerminal
- Navigate to a directory of your choosing using the
cd
command - Run this command in your OS terminal:
git clone git@github.com:German-Cobian/Math-Magicians.git
to get a copy of the project - Navigate to the project's directory using the
cd
command - In the clone folder, run
npm install
- To fire up the server run
npm start
- Visit
http://localhost:3001/
in your browser to get into the app
- HTML
- CSS
- JavaScript
- React
- Github workflow
- Linters(Lighthouse, stylelint, Webhint, eslint)
👤 German Cobian
- GitHub: @German Cobian
- Twitter: @GermanCobian2
- LinkedIn: @German Cobian
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Guidelines for this project supplied by Microverse