/math-magicians

Primary LanguageJavaScriptMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Math Magicians Project

This is our Microverse Math Magicians Project site, featuring an Art Gallery using HTML, CSS and React.js. The site is a SPA, it's a Calculator App. This app is aviable to solve every math calculation like: addition, substraction, multiplication and division.

πŸ›  Built With

Tech Stack

HTML
CSS
React.js

Key Features

  • Webpack
  • Git WorkFlow
  • Jest
  • React

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Code editor
  • Node.js
  • React.js

Setup

Clone this repository to your desired folder by opening the terminal and running the following command:

  git clone https://github.com/Zven94/math-magicians.git

Install

Install this project with:

  npm install

Usage

To run the project:

Open the Project in your code editor and type

  npm start

command to run the project.

Run tests

To run tests, run the following commands:

For CSS linter errors:

  npx stylelint "**/*.{css,scss}"

For Javascript linter errors:

  npx eslint .

Deployment

Deployed by GitHub Pages.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Nicolas Emiliano BolaΓ±ez

(back to top)

πŸ”­ Future Features

**Completing all Student C's tasks:

  • Display Reservations pop up with selected item's details
  • Display reservations for a given item on the Reservations pop-up
  • Create feature: add new reservation
  • Add reservations counter
  • Add tests for reservations counter

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project please leave a star and a comment.

(back to top)

πŸ™ Acknowledgments

We would like to thank Microverse to have this opportunity, and also thank you the code review team.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)