This is a simple web application built using basic JavaScript for converting mass units.
- HTML
- CSS
- JavaScript
You can see a live preview of the website here.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Got17/Weight-Conversion-Web.git
- Navigate to the project directory
cd Weight-Conversion-Web
- Open the project in your favorite code editor.
- Build the project using the following command:
dotnet build
- Run the project:
dotnet run
- Open your web browser and navigate to http://localhost:5000 to view the application.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request