Math Magicians

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:

screenshot;

Built With

  • React
  • Js

Live Demo

Live Demo Link Netlify Demo Link Heroku Demo Link

Project Description (Loom Video)

  • To be Updated

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Git/GitHub;
  • Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
  • Node installed locally;

Setup

  • 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;

Install

  • 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;

Run tests

  • Linters Tests:
    • Eslint: run npx eslint .
    • Stylelint: run npx stylelint "**/*.{css,scss}"
  • Run a Live Version of the Dist Folder:
    • Run npm start
  • To Deploy to GH-Pages:
    • Run npm run deploy

Deployment

The Page is Deployed in the branch gh-pages;

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledges

📝 License

This project is MIT licensed.