Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estete9/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. Read a random math-related quote. By building this application, you will learn how to use React.
https://github.com/estete9/math-magicians

Last synced: 18 days ago
JSON representation

"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. By building this application, you will learn how to use React.

Awesome Lists containing this project

README

        


logo

Math Magicians - React Calculator

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Live Demo](#live-demo)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Math Magicians - React Calculator

**Math Magicians** This template is focused on being a base project using Webpack and all the core libraries needed.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Full react app]**
- **[Use of SASS]**
- **[Use of react components, props and state]**

(back to top)

## 💻 Getting Started

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

### Live Demo

You can see the live demo [here](https://math-magicians-8s08.onrender.com)

### Prerequisites

To run this project you need:

- VSCode
- Node
- Web Browser

### Setup

Make sure you have VSCode, Node and a Web Browser installed
Make sure eslint-config-airbnb is installed or use `npm install eslint-config-airbnb eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import --save-dev
`

### Install
In the root folder, run the script `npm install` to install all the libraries necessary.

### Usage

#### Live Demo
- Run the script `npm start` to see a live version of the project

### Run tests

Use the scripts:
- `npm run test` to run your tests

(back to top)

## 👥 Authors

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/esteban-palacios-5030a772/)

(back to top)

## 🔭 Future Features

- **Run `npm run build` at the same time the `npm run start` so Webpack automatically creates the necessary folders before starting the page**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page UPDATE URL HERE](https://github.com/Estete9/webpack-template/issues).

(back to top)

## ⭐️ Show your support

If you like this project remember to star and share it 🥳️

(back to top)

## 🙏 Acknowledgments

- ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS

## 📝 License

This project is [MIT](./MIT.md)-licensed.

(back to top)