PrantoshB / Math-Magicians

Simple React Application that allows users to calculate using the in-built calculator

Home Page:https://react-math-magicians-pao3.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math Magicians

πŸ“— Table of Contents

πŸ“– Math Magician

Math Magicians is a website for Mathematics lovers. The website is built with React JS.

πŸ›  Built With

Tech Stack

Client

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ node --version && npm --version

Setup

Clone this repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrantoshB/Math-Magicians.git

Usage

Kindly modify the files as needed.

In the project directory, you can run:

$ npm start

Runs the app in the development mode.
Open 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

Deployment

You can deploy this project using:

$ npm run deploy

(back to top)

πŸ‘₯ Authors

πŸ‘€ Prantosh Biswas

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ”­ Future Features

  • Style the web application for better User Experience.
  • Add API to fetch the Mathematical quotes.
  • Change the dummy text in Homepage with real information.

(back to top)

About

Simple React Application that allows users to calculate using the in-built calculator

https://react-math-magicians-pao3.onrender.com/


Languages

Language:JavaScript 82.8%Language:CSS 14.2%Language:HTML 3.0%