https://github.com/salimer/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 a random quote. By building this application, I improve my skills in using React.
https://github.com/salimer/math-magicians
react scss
Last synced: 11 months 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 a random quote. By building this application, I improve my skills in using React.
- Host: GitHub
- URL: https://github.com/salimer/math-magicians
- Owner: Salimer
- License: mit
- Created: 2023-05-29T09:37:16.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-07T15:35:51.000Z (about 3 years ago)
- Last Synced: 2025-04-13T16:48:50.105Z (about 1 year ago)
- Topics: react, scss
- Language: JavaScript
- Homepage: https://salimer.github.io/Math-magicians/
- Size: 790 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to my project π
Math Magicians
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π \[Math Magicians\] ](#-math-magicians-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Author ](#-author-)
- [π₯ Collaborator ](#-collaborator-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)
**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 quote.
By building this application, I improve my skills in using React.
Client
- **Easy to the eyes and cultivating at the same time**
- **Dynamic creation of content**
- [Live Demo Link](https://salimer.github.io/Math-magicians/)
To get a local copy up and running, follow these steps:
- Clone this repo as described in the setup section.
- Make modifications as preferred
### Prerequisites
In order to run this project you need: To clone or fork and run it in a browser
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Salimer/Math-magicians.git
```
using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/Salimer/Math-magicians.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
- Run ` npm install `
### Usage
To run the project, execute the following command:
- Run `npm start`
### Run tests
To run tests, run the following command:
- to test validation errors `npx hint .`
- to test CSS linter errors `npx stylelint "**/*.{css,scss}"`
- to test JavaScript linter errors `npx eslint .`
- to run the jest tests `npx test`
π€ **Salim Bamahfoodh**
- GitHub: [@Salimer](https://github.com/Salimer)
π€ **MartΓn Ezequiel GonzΓ‘lez**
- GitHub: [@Mar12358](https://github.com/Mar12358)
- Twitter: [@MarezegonZ](https://twitter.com/MarezegonZ)
- LinkedIn: [Martin Ezequiel Gonzalez](https://www.linkedin.com/in/martin-ezequiel-gonzalez-30a413260/)
Future changes:
- Add animations and transitions
- Add more styles and colors
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Salimer/Math-magicians/issues).
Give a βοΈ if you like this project!
- Thanks to all Microverse community
This project is [MIT](./LICENSE) licensed.