Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hajnaloltyan/react-calculator
A React Calculator App with a Daily Quotes page, and About page. Using React and React Router with CSS to create it.
https://github.com/hajnaloltyan/react-calculator
css3 react react-router
Last synced: 3 days ago
JSON representation
A React Calculator App with a Daily Quotes page, and About page. Using React and React Router with CSS to create it.
- Host: GitHub
- URL: https://github.com/hajnaloltyan/react-calculator
- Owner: hajnaloltyan
- License: mit
- Created: 2023-07-02T22:32:33.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-03-05T22:03:47.000Z (11 months ago)
- Last Synced: 2024-05-17T15:43:08.824Z (8 months ago)
- Topics: css3, react, react-router
- Language: JavaScript
- Homepage: https://hajnaloltyan.github.io/react-calculator/
- Size: 1.75 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Math Magicians ](#-math-magicians-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)This is my Microverse **Math Magicians** site, created with React and CSS.
React
CSS
GitFlow
- **React**
- **GitFlow**- [Live Demo Link](https://hajnaloltyan.github.io/react-calculator)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Code editor
- Node
- Registered account at the following external API: [API NINJAS](https://api-ninjas.com/api/quotes)### Setup
Clone this repository to your desired folder by opening the terminal and running the following command:
```sh
git clone [email protected]:hajnaloltyan/react-calculator.git```
### Install
Install this project with:
```sh
npm install```
### Usage
Create in the project's root directory a **.env** file without installing any additional dependency.
Inside that file add your own API key with the following format:
```sh
REACT_APP_API_KEY='your API key'```
To run the project use the following command:
```sh
npm start```
### Run tests
To run tests, run the following commands:
For CSS linter errors:
```sh
npx stylelint "**/*.{css,scss}"```
For ESLint linter errors:
```sh
npx eslint "**/*.{js,jsx}"```
### Deployment
Deployed by GitHub Pages.
```sh
npx run deploy```
👤 **Hajnalka Oltyan**
- GitHub: [@hajnaloltyan](https://github.com/hajnaloltyan)
- LinkedIn: [Hajnal Oltyan]](https://www.linkedin.com/in/hajnalka-oltyan/)- Add more operation buttons to the Calculator
Contributions, issues, and feature requests are welcome!
If you like this project please leave a star and a comment.
I would like to thank Microverse to have this opportunity, and also thank you the code review team.
This project is [MIT](./LICENSE) licensed.