Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahnahaj/math-magicians-web-app
"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-related quote.
https://github.com/nahnahaj/math-magicians-web-app
javascript react
Last synced: 15 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. Read a random math-related quote.
- Host: GitHub
- URL: https://github.com/nahnahaj/math-magicians-web-app
- Owner: NahnahAJ
- License: mit
- Created: 2022-10-24T13:57:11.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-04T13:54:30.000Z (about 2 years ago)
- Last Synced: 2024-10-04T03:42:03.299Z (about 1 month ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 761 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Math-magicians-Web-App
> "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-related quote.
## Built With
- React
## Live Demo
[Math Magicians](https://fancy-empanada-434a74.netlify.app/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have a Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Have git installed on the Computer
- Have a browser install on the Computer### Setup
- If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)
### Install
- To clone the project on your machine: Type `git clone https://github.com/NahnahAJ/Math-magicians-Web-App.git` if your're using https with git or `[email protected]:NahnahAJ/Math-magicians-Web-App.git` if you prefer ssh and hit enter.
- To install webpack and project dependencies _(a packet manager is required)_:
`npm install`
- To build project files in development mode _(the destination folder is /dist)_:
`npm run build`
- To build project files in production mode _(the destination folder is /dist)_:
`npm run dist`
- To run the project on webpack live server:
`npm run start`
### Usage
- You can view the document in your preferred or default browser.
## Author
👤 **Nahnah Ahjuwah**
- GitHub: [@githubhandle](https://github.com/NahnahAJ)
- Twitter: [@twitterhandle](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felicia-awuah-0674a7152/)## 🤝 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
- Microverse
- React Documentation## 📝 License
This project is [MIT](./LICENSE) licensed.