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. The application was built using Javascript, React, HTML, CSS, Webpack, Jest-testing.

Stars
5

Math Magician (Basic Calculator)

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.
    The application was built using Javascript, Sass.

Project Screenshot

Other Important Information

Built With

  • Basic Language - JavaScript
  • Framework - React
  • Other technologies/tools:
    > create-react-app
    > webpack for bundling files
    > Babel for code transpiling
    > Git for version control
    > Eslint for JavaScript linting
    > Stylelint for style linting
    > Jest for testing

Live Demo

Getting Started

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

Prerequisites

  • You should have basic knowledge of HTML
  • You should have basic knowledge of CSS
  • You should have basic knowledge of webpack
  • Also, a basic knowledge of git and github
  • A code editor: I used VScode for this project but you can use any code editor of your choice

Setup

  • follow steps on this link to set up VScode code editor: setup vscode

Install

Usage

Clone project, run in your terminal:

$ git clone https://github.com/KingsleyIbe/math-magicians.git

Open the cloned project in your code editor and run:

$ cd math-magicians

Install npm packages, run:

$ npm i or npm install

Then run the server:

$ npm start

Author

👨🏾‍⚕️ Kingsley Ibe

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

Acknowledgment

  • Microverse

📝 License

This project is MIT licensed.

Related Projects