Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 256 Bytes

Sample Calculator App

A screenshot of the app

After cloning the repository, install dependencies using:

npm i

In order to run the application:

npm run dev

To check test cases:

npm test