https://github.com/rysth/react-math-magicians
REACT 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 a random math-related quote. Build with React.
https://github.com/rysth/react-math-magicians
Last synced: 12 months ago
JSON representation
REACT 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 a random math-related quote. Build with React.
- Host: GitHub
- URL: https://github.com/rysth/react-math-magicians
- Owner: Rysth
- License: other
- Created: 2023-08-07T16:14:47.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-08-17T17:20:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-12T22:04:18.190Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://react-math-magician-85xw.onrender.com/
- Size: 290 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
John Palacios - RysthCraft
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Future Features](#future-features)
- [Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Test](#test)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
- **REACT 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 a random math-related quote. Build with React.
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [JavaScript](https://www.w3schools.com/js/)
- [React](https://react.dev/)
- Make simple calculations.
- Read a random math-related quote.
- **Implement a Database**
- [Live Demo](https://react-math-magician-85xw.onrender.com/)
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/Rysth/REACT-Math-Magicians.git
cd REACT-Math-Magicians
code . (To open VS Code Editor)
```
Then, you will change everything you want!
### Commands
- ✔️ _npm start_:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
- ✔️ _npm test_:
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
- ✔️ _npm run build_:
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
### Test
In order to follow the Linters you could check them using this:
```
CSS Checker:
npx stylelint "**/*.{css,scss}"
ESLint Checker:
npx eslint "**/*.{js,jsx}"
```
#### Note
Use at the end '--fix' to help you out with any error.
👤 **John Palacios**
- GitHub: [@rysth](https://github.com/Rysth)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to watch it and take some features that will enhance your project
as well.
I would like to thank the Microverse Team for reviewing my code and making me a better
professional.
Also, I'm grateful to [Cindy Shin in Behance](https://www.behance.net/adagio07) to share with us her design.
Thank you so much!
This project is [MIT](./LICENSE.md) licensed.