Skip to content

"Math magicians" is a website for all fans of mathematics! πŸ‘©πŸ»β€πŸ”¬

License

Notifications You must be signed in to change notification settings

ritikarawat220/Math-Magicians

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“— Table of Contents

πŸ“– Math Magician

"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.

πŸ›  Built With

HTML, CSS, NodeJS v18, ReactJS

Tech Stack

Structure
Style
Front-end framwork
Linters

Key Features

  • Virtual DOM.

  • JSX.

  • Components.

(back to top)

Live Demo

Live DemO

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ritikarawat220/Math-Magicians.git

Install

Install this project with:

  cd Math_magician
  npm install

Usage

Run in development mode (Port 3000)

  npm run start

Build for production

npm run build

Run tests

  • Linter Tests

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}"

πŸ‘₯ Authors

πŸ‘€ Ritika Rawat

πŸ”­ Future Features

  • Add Components.
  • Add Events.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project send your feedback to encourage me to do more.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

❓ FAQ

-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.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

"Math magicians" is a website for all fans of mathematics! πŸ‘©πŸ»β€πŸ”¬

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published