chimwemwe007 / Math-Magicians-React

A full website for the Math magicians application, consisting of several pages and using the components you already created. Created using REACT, JAVASCRIPT,, HTM, CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math Magicians

Math magicians is a Single Page App (SPA) that allows users to make simple calculations and read a random math related quote. Built with React.

Built With

  • React
  • CSS
  • Gitflow
  • Jest

Live Demo

For the live demo click here

Authors

👤 Chimwemwe MKandawire

Getting Started

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

  • Clone this repository with git clonegit@github.com:Berkay-akbas/math-magicians-with-react.git using your terminal or command line.
  • Change to the project directory by entering :
    cd math-magicians-with-react in the terminal.

Prerequisites

You need to make sure to have installed the latest version of Node.js and npm on your computer.

Setup

You can clone this repository or simply download the files as a .zip If you want to set up a personal repository based on this one, you can as well fork it.

Install

After clone it and before working on it, you have to run npm install so that all the dependencies of the project get downloaded in your pc locally. Such dependencies include webpack and linters checks, for which you have to either generate your own config file or get one.

  • npm run build
  • npm run start

Run tests

  • npx hint .
  • npx stylelint "**/*.scss"
  • npx eslint .

🤝 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

  • Microverse

📝 License

This project is MIT licensed.

About

A full website for the Math magicians application, consisting of several pages and using the components you already created. Created using REACT, JAVASCRIPT,, HTM, CSS.

License:MIT License


Languages

Language:JavaScript 65.7%Language:CSS 20.9%Language:HTML 13.4%