https://github.com/mohamedsabry0/math-geeks
https://github.com/mohamedsabry0/math-geeks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedsabry0/math-geeks
- Owner: mohamedSabry0
- Created: 2023-02-14T09:50:44.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-25T14:30:18.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:25:53.567Z (5 months ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Math Geeks
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Screenshot](#screenshot)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Math Geeks** is a simple calculator built with React.js
![]()
Client
- [Live Demo Link](https://mathgeeks-4y9n.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node
- npm
Probably with versions:
- Node >= 19.6.0
- npm >= 9.4.0
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:mohamedSabry0/math-geeks.git
```
### Install
Install this project with:
```sh
cd math-geeks
npm i
```
### Usage
To run the project, execute the following command:
#### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### Run tests
To run tests, run the following command:
#### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
👤 **Mohamed Sabry**
- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mohamedSabry0/math-geeks/issues).
If you like this project it would be truly appreciated if you give it a ⭐️.
## Acknowledgements
> We seek knowledge from the cradle to the grave.
I am grateful for these resources as they were a reason that I obtained a glimpse of their abundance of knowledge:
- [Microverse](https://www.microverse.org/)
- [ReactJS Docs](https://reactjs.org/docs)
- [React Router Docs](https://reactrouter.com/en/main)
- I also thank other resources that might have slipped from my mind to mention, I really appreciate all the efforts in delivering helpful resources of knowledge.
This project is [MIT](./MIT.md) licensed.