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 :
Home page | Calculator | Quote |
---|---|---|
- Major languages : JavaScript , JSX and CSS
- Frameworks : none
- Toolchain :
Babel
- Library :
React.js
- Technologies used : Github, Git, Gitflow and Linters
See the live demo
To get a local copy up and running follow these simple example steps.
- 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.
- Click the me 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.
- 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 thes command bellow inside your
git bash
or command line interface..
npm build start
: to run the project in your default web Browsernpx stylelint "**/*.{css,scss}"
: for thecss
codebase and use of best practices. you can addnpx eslint .
: for theJavaScript
codebase and use of best practices-
Note that you can add
--fix
keyword to the command forCss
and/orJavaScript
to make sure that you avoid all errors comming from yourcode editor
👤 Chris Siku
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Ritobroto Mukherjee
- Portfolio: @Rito
- GitHub: @RitobrotoMukherjee
- Twitter: @RitobrotoM3
- LinkedIn: Ritobroto Mukherjee
👤 Kiprotich Kimutai
- GitHub: @Kimutai01
- Twitter: @Kimutai_01
- LinkedIn: @kiprotichkimutai
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Hat tip to anyone whose code was used.
This project is MIT licensed.