/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.

Primary LanguageJavaScriptMIT LicenseMIT

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.
  • Read a random math-related quote.

Built With

  • JS, REACT
  • Linters, Node.js, Git, Flexbox, Bootstrap, Webpack

Live Demo: Heroku Live Demo: Netlify

Alt text

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 git@github.com:mateo951/math-magicians.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 math-magicians repo folder;
    • Run npm install or npm i;

Run tests

  • Unit Tests:
    • npm run test or npm test
  • 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

Author

👤 Mateo Villagómez
GitHub: @mateo951
Twitter: @MVGameDev
LinkedIn: @Mateo Villagómez

🤝 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!

📝 License This project is MIT licensed.