Megh2507 / calculatorAppWithHistory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with React App

This repository contains a React web application.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v14.0.0 or newer)
  • npm (Node Package Manager) or Yarn

Clone the Repository , Install dependencies and start the application

git clone https://github.com/Megh2507/calculatorAppWithHistory.git
cd react-app
npm install
# or
yarn install
yarn start

About


Languages

Language:JavaScript 58.8%Language:CSS 25.9%Language:HTML 15.3%