Skip to content

masterkeysrd/calculator-ui

Repository files navigation

Calculator App

Calculator App is a UI application that allows the user to perform basic arithmetic operations, random string generation, and view the records of the previous calculations.

This application is built using Vue.js and Typescript.

Demo

Demo

How to get working from the source code

You will need:

Note: The application depends on the Calculation Service to perform the calculations and store the records. To get the application working you will need to setup the Calculation Service first.

Steps to setup the local environment

1. Clone the repository

git clone [email protected]:masterkeysrd/calculator-ui.git

or if you are using https:

git clone https://github.com/masterkeysrd/calculator-ui.git

2. Install the dependencies

cd calculator-ui
npm install

3. Configure the environment variables

Copy the .env.example file and rename it to .env.local and set the values of the variables.

cp .env.example .env.local

4. Run the application

npm run dev

5. Open the browser

Open the browser and go to http://localhost:5174/

About

PoC Frontend to showcase VueJS features performing calculations exposed via REST APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published