Skip to content

[math magician] is a web app for all lovers of mathematics. It is a Single Page Application (SPA) that allows users to make simple calculations, generate and read random math-related quotes and also tweet the quote.

Notifications You must be signed in to change notification settings

Cabraham1/Math-Magicians

Repository files navigation

Math magician

📗 Table of Contents

#📖 [math magician]

[math magician] is a web app for all lovers of mathematics. It is a Single Page Application (SPA) that allows users to make simple calculations, generate and read random math-related quotes and also tweet the quote.

Our goal here is to Build a single page web application for mathematics weebs using the React library

Live Demo

🛠 Built With

  • React
  • Linters

Tech Stack

Client

Key Features

to do mathmatic calculations

(back to top)

Getting packages and dependencies

To get all package modules required to build the project run:

npm install

every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.

Building

To build the project run:

npm run build

after you run this sucessfully you'd locate the build from in the build folder located from the parent directory of the project.

Running

To run the program on a browser through a server run this command in your cli

npm start

This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run:
npx eslint .

Technologies Used

  • React
  • GitHub
  • VsCode
  • nodejs
  • GIT

👥 Authors

Mention all of the collaborators of this project.

👤 Abraham Christopher

(back to top)

  • Hosting the App on gh-pages.
  • Add background animations.
  • Add css loading on quote components.

(back to top)

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Please give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone contributed one way or the other.
  • Inspiration
  • etc

License

📝 License

This project is. MIT licensed.

(back to top)

About

[math magician] is a web app for all lovers of mathematics. It is a Single Page Application (SPA) that allows users to make simple calculations, generate and read random math-related quotes and also tweet the quote.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published