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

https://github.com/cancelei/math-magicians2

Main learning points: Use React in a complete application. Done while doing Microverse Coding School.
https://github.com/cancelei/math-magicians2

Last synced: 3 months ago
JSON representation

Main learning points: Use React in a complete application. Done while doing Microverse Coding School.

Awesome Lists containing this project

README

        


Math Magician

# 📗 Table of Contents

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

# 📖 React Math Magicians
This is react project that includes a real calculator for basic operations with operants. It will have many branches and clear commit messages.

## 🛠 Built With Love and Passion

### Tech Stack

Client

### Key Features

- Complete APP with 3 SPA views, without Create React App.
- Routing System using React Route and Improved Styling for all pages/Nav (Hovers);
- Fetch Quotes on the end of the Calculator.
- Functional Components using React
- Improved Layout
- Component that created all the styling.
- React Html/Css/JavaScript best paractice
- Using gitflow and GitHub flow

(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:

Download Project Files from github.

### Setup

Clone this repository to your desired folder:

### Install

Install Node Package by running:

- npm install

### Usage

- In other to use the repo you either to create a branch to create new features.
- But in order to run the project use the commands below:
- npm run build (It will create a production ready file)
- npm start (It will run the server on your local machine)

### Run Linters (Testing)

I have added Linters different kinds of Linters to help avoid typos and ensure the best practices of the code base.
So while using this repository if you need to check your work no matter if you have worked on HTML or CSS, or even JS you can use the commands below.

- To run the linter test on index.html or any HTML file. Use the below command:
npx hint .

-To run linter test on Stylesheets (CSS or sass). Use the below command:
npx Stylelint "**/*.{css,scss}"

- To run linter test on ES Lint (JS). Use the below command:
npx eslint .

### [Deployment](calculator-8bmq.onrender.com)

(back to top)

## 👥 Authors

👤 **Author Glauber Bannwart**

- GitHub: [@cancelei](https://github.com/cancelei)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gbannwart)

(back to top)

## 🔭 Future Features

- Implement testing with weekly coding partner (next PR);

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Please consider this issue link: [Project Issues](https://github.com/cancelei/Math-magicians2/issues)

## ⭐️ Show your support

If you like this project kindly leave a star!

(back to top)

## 🙏 Acknowledgments

We are gratefull of Microverse collaborators for creating such an amazing envirnment that we can work and learn.

## 📝 License

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

(back to top)