Skip to content

Rogith01/Degree-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Degree Converter

Degree Converter is a web application that allows users to convert temperatures between Celsius and Fahrenheit. This project is deployed at Celsius Fahrenheit Converter.

Project Structure

  • 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.

Getting Started

To run this project locally, follow these steps:

Prerequisites

Make sure you have the following software installed on your computer:

Installation

  1. Clone the repository: Open your terminal and run the following command to clone the repository:

    git clone https://github.com/Rogith01/Degree-Coverter.git
    
  2. Navigate to the project directory:

    cd Degree-Converter
    
  3. Open the project in VS Code:

    code .
    

Running the Application

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.

Deployment

This project is deployed using Netlify. To deploy your own version, you can follow these steps:

  1. Fork this repository.
  2. Sign in to Netlify and create a new site.
  3. Link your repository to Netlify.
  4. Deploy the site.

Acknowledgements

  • Netlify for deployment services.
  • Open source libraries and assets used in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published