Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephnna/math-magicians
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read quotes by great philosophers.
https://github.com/stephnna/math-magicians
javascript react-router reactjs
Last synced: 21 days ago
JSON representation
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read quotes by great philosophers.
- Host: GitHub
- URL: https://github.com/stephnna/math-magicians
- Owner: stephnna
- Created: 2022-08-01T16:17:26.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-08-27T12:48:13.000Z (over 2 years ago)
- Last Synced: 2025-01-11T12:03:30.678Z (25 days ago)
- Topics: javascript, react-router, reactjs
- Language: JavaScript
- Homepage: https://stephen-math-magician.netlify.app/
- Size: 1.72 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
## Project Name
Math magician app
## Project Objectives
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:
Make simple calculations.
Read a random math-relatewd quote.## Built With
React
## Screenshot
![screenshot](./public/calculator-sreenshot.png)
## Live Demo
[Live demo here](https://stephen-math-magician.netlify.app/)## Getting started
To get a local copy up and running follow these simple example steps:## Author
👤 Ezea Stephen Nnabuike
- GitHub: [@stephnna](https://github.com/stephnna)
- Twitter: [@stephnna](https://twitter.com/stephnna)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/stephen-nnabuike-ezea-143b97170/)## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.## Setup
- `https://github.com/stephnna/math-magicians`
- `cd math-magicians/`
- cd react-app
- npm start## Run tests
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:1. `npm install --save-dev [email protected]`
2. `npx hint .`- For tracking linter errors in CSS file run:
1. `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
2. `npx stylelint "**/*.{css,scss}"`- For tracking linter errors in Javascript file run:
1. `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
2. `npx eslint .`## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code and idea was used was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.