ShaheerCH / Math-magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math-magic-app

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

Built With

  • React
  • JavaScript
  • Node.js
  • Npm
  • Webpack
  • Babel

Getting Started

To get a copy of this project running on your local computer, do the followings:

Prerequisites

  • Must have a working computer
  • A Web-Browser installed (Chrome - Recommended)

Setup

  • Install a text Editor. Personally, for example Atom
  • Clone this project repository on your local computer. link
  • Open the project directory with Text Editor

Install

Open Terminal/Shell inside your Project and run

  npm install --force

Getting Started with Create React App

This project was bootstrapped with Create React App.

  npm start

Run tests

  • For style tests, run
      npx stylelint "**/*.{css,scss}"
    
  • For eslint tests, run
      npx eslint .
    

Author

👤 Shaheer

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

Acknowledgments

  • Fellow Micronauts

About

License:MIT License


Languages

Language:JavaScript 74.1%Language:HTML 16.9%Language:CSS 9.1%