Skip to content

Abdullah-404/WhetherConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeatherConverter

Weather converter is a web based application developed with .Net core api and Angular front end framework. This project is developed with .net core 3.1 SDK and Angular 11.

Features

  • Convert Celsius value to Kelvin and Fahrenheit.
  • Convert Kelvin value to Celsius and Fahrenheit.
  • Convert Fahrenheit value to Celsius and Kelvin.

How to run the application...?

  1. Clone the repository from the following url. Weather Converter
  2. To run the api, navigate to the root folder/WhetherApi and run the following command.
dotnet run
  1. To run the UI application, run the following command in root folder/WhetherUI path. It will automatically open up the browser window for our application.
ng serve -o
  1. To run the Unit test application, run the following command in root folder/WhetherApiTests path.
dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors