Math Magicians is a website that uses react to create a single page application that have 3 pages and a calculator in it.
Basic UI of the project:
- React
- Js
Live Demo Link Netlify Demo Link Heroku Demo Link
- To be Updated
To get a local copy up and running follow these simple example steps.
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Node installed locally;
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Type
git clone https://github.com/nelsinofrancisco/leaderboard.git
; - Open the folder todo-list that was created on your IDE;
- To install all the dependencies in the package-lock.json:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to be inside the todo-list repo folder;
- Run npm install or npm i;
- Linters Tests:
- Eslint: run
npx eslint .
- Stylelint: run
npx stylelint "**/*.{css,scss}"
- Eslint: run
- Run a Live Version of the Dist Folder:
- Run
npm start
- Run
- To Deploy to GH-Pages:
- Run
npm run deploy
- Run
The Page is Deployed in the branch gh-pages;
👤 Author1
- GitHub: @nelsinofrancisco
- Twitter: @nelsino_s
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.