- π About the Project
- π Live Demo
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
"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.
HTML, CSS, NodeJS v18, ReactJS
Structure
Style
Front-end framwork
-
Virtual DOM.
-
JSX.
-
Components.
To get a local copy up and running, follow these steps.
In order to run this project you need: Open terminal on the same folder of the project and run:
npm install
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/ritikarawat220/Math-Magicians.git
Install this project with:
cd Math_magician
npm install
Run in development mode (Port 3000)
npm run start
npm run build
To run tests, run the following command:
To check for html errors run:
npx hint .
To check for css errors run:
npx stylelint "**/*.{css,scss}"
To check for js errors run:
npx eslint "**/*.{js,jsx}"
π€ Ritika Rawat
- GitHub: ritikarawat220
- Twitter: @ritikarawat22
- LinkedIn: LinkedIn
- Add Components.
- Add Events.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project send your feedback to encourage me to do more.
I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.
-Why use linters?
- The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.
-Why use ReactsJS?
- React has reusable Components.
- React uses Virtual DOM.
- React has a large ecosystem.
This project is MIT licensed.