https://github.com/chrissiku/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 math-related quote.
https://github.com/chrissiku/math-magicians
babel css3 esc6 javascript jsx-syntax reactjs
Last synced: 3 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 math-related quote.
- Host: GitHub
- URL: https://github.com/chrissiku/math-magicians
- Owner: Chrissiku
- Created: 2022-06-27T18:57:19.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-07-07T14:48:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T05:47:37.609Z (4 months ago)
- Topics: babel, css3, esc6, javascript, jsx-syntax, reactjs
- Language: JavaScript
- Homepage: https://chriscacl.netlify.app/
- Size: 1.59 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name : Math-Magicians Calculator
> 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.
>
>
> In order to achieve this project I used some resources and technologies listed below :## Here are project pages on view
### Menu

### Pages
| Home page | Calculator | Quote
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
||
|
## Built With
- Major languages : JavaScript , JSX and CSS
- Frameworks : none
- Toolchain : `Babel`
- Library : `React.js`
- Technologies used : Github, Git, Gitflow and Linters## Live Demo
See [the live demo](https://chriscacl.netlify.app/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites โป๏ธ
- A personal computer connected to the internet;
- Have a working and updated browser.
- Have a local version control like git installed on your computer
- Have an account on Github, as an online/remote Version Control System
- Code editor (Visual studio code, sublime text, notepad++, ...) installed on your computer;
- At least basic of HTML and CSS.### Setup ๐ฐ
- Click the [me](https://github.com/Chrissiku/Math-magicians) and you'll land on the pure repository;
- click on the green (๐ข) button with `Code` Inscription;
- You can choose to download the project or just clone it if you are familiar with Git and Github;
- Follow normal step once download in your computer and use it as it's yours.### Install
- If you are familiar with git, Run `npm install` to get all dependecies required to run the linters checks, otherwise use the downloaded project on your computer without testing files
### Run test ๐งช
> Run thes command bellow inside your `git bash` or command line interface..
- `npm build start` : to run the project in your default web Browser
- `npx stylelint "**/*.{css,scss}"` : for the `css` codebase and use of best practices. you can add
- `npx eslint .` : for the `JavaScript` codebase and use of best practices
- > Note that you can add `--fix` keyword to the command for `Css` and/or `JavaScript` to make sure that you avoid all errors comming from your `code editor`## Author
๐ค **Chris Siku**
- GitHub: [@githubhandle](https://github.com/Chrissiku)
- Twitter: [@twitterhandle](https://twitter.com/christian_siku)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chris-siku-4bb53b232/)๐ค **Ritobroto Mukherjee**
- Portfolio: [@Rito](https://ritobrotomukherjee.github.io/Work-Portfolio/)
- GitHub: [@RitobrotoMukherjee](https://github.com/RitobrotoMukherjee)
- Twitter: [@RitobrotoM3](https://twitter.com/RitobrotoM3)
- LinkedIn: [Ritobroto Mukherjee](https://www.linkedin.com/in/ritobroto-mukherjee-519148ba/)๐ค **Kiprotich Kimutai**
- GitHub: [@Kimutai01](https://github.com/Kimutai01)
- Twitter: [@Kimutai_01](https://twitter.com/Kimutai_01?s=09)
- LinkedIn: [@kiprotichkimutai](https://www.linkedin.com/m/in/kimutai-kiprotich-1b5045216)## ๐ค 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
- Hat tip to anyone whose code was used.## ๐ License
This project is [MIT](./MIT.md) licensed.