https://github.com/mkabumattar/mathematics
Mathematics is the source of all math formulas you may need, covering a large number of important topics. It displays data in a beautiful interface, making it easier to access and read.
https://github.com/mkabumattar/mathematics
bootstrap-react mathematics mathjax pwa-apps reactjs
Last synced: about 2 months ago
JSON representation
Mathematics is the source of all math formulas you may need, covering a large number of important topics. It displays data in a beautiful interface, making it easier to access and read.
- Host: GitHub
- URL: https://github.com/mkabumattar/mathematics
- Owner: MKAbuMattar
- Created: 2020-06-25T10:19:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T12:28:52.000Z (over 4 years ago)
- Last Synced: 2025-02-07T14:18:42.218Z (4 months ago)
- Topics: bootstrap-react, mathematics, mathjax, pwa-apps, reactjs
- Language: JavaScript
- Homepage: https://mathwork.vercel.app/
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Mathematics](https://more-math.netlify.app/)
[Mathematics](https://more-math.netlify.app/) is the source of all math formulas you may need, covering a large number of important topics. It displays data in a beautiful interface, making it easier to access and read.
[](https://progressiveapp.store/pwa/Mathematics)
---## Library & Package
1. reactJS npx create
```java
npx create-react-app mathematics
```2. reactJS React Router Dom
```
npm install react-router-dom
```3. reactJS mathJAX
```
npm i react-mathjax --save
```4. reactJS Bootstrap
```
npm install react-bootstrap bootstrap
```5. reactJS smooth scroll
```
npm i react-scroll
```# Start App
Clone repo, install, cd into folder and run:
```git
npm install
npm start
```