Degree Converter is a web application that allows users to convert temperatures between Celsius and Fahrenheit. This project is deployed at Celsius Fahrenheit Converter.
index.html
: Main entry point of the application.styles.css
: CSS file for styling the application.script.js
: JavaScript file for handling the conversion logic.
To run this project locally, follow these steps:
Make sure you have the following software installed on your computer:
-
Clone the repository: Open your terminal and run the following command to clone the repository:
git clone https://github.com/Rogith01/Degree-Coverter.git
-
Navigate to the project directory:
cd Degree-Converter
-
Open the project in VS Code:
code .
Since this is a static website with no server-side components, you can use the Live Server extension in VS Code to run the application.
1.Install the Live Server extension:
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for "Live Server" and install it.
2.Run the application:
- Open the index.html file in VS Code.
- Right-click on the file and select "Open with Live Server".
- Your default web browser should open and display the application.
This project is deployed using Netlify. To deploy your own version, you can follow these steps:
- Fork this repository.
- Sign in to Netlify and create a new site.
- Link your repository to Netlify.
- Deploy the site.
- Netlify for deployment services.
- Open source libraries and assets used in this project.