Skip to content

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.

Notifications You must be signed in to change notification settings

Debas-31/math-magicians

Repository files navigation

Math Magicians : Full website with Deploy

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.

ScreenShoot

Home page screenshot

Calculator page screenshot

Quote page screenshot

Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Linters
  • Vscode

Live Demo

Getting Started

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

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/math-magicians
  • Install Dependencies
npm install
  • To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
  • Automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
  • To fix automatically javaScript issues found
npx eslint . --fix
  • Finally, start your development server by running:
npm start

👤 Debas Gebreslasie

🤝 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

  • React Community

📝 License

MIT licensed.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published