TemperatureConvertor

🌑️ Celsius to Fahrenheit Converter β€” Compare Normal, ChatGPT, and GitHub Copilot Versions

This repository contains three versions of a Celsius to Fahrenheit Converter. These versions were developed using different approaches and tools:

  1. Normal Version (My version): The simplest, my original version of this code.
  2. ChatGPT Version: Enhanced with modern, futuristic UI elements, animations, and smooth interactivity.
  3. GitHub Copilot Version: futuristic, animated, and responsive design featuring gradient effects, glassmorphism, and interactive elements.

This repository allows you to compare how each approach addresses the same problem in terms of functionality, design, and code structure.


πŸš€ Live Demo

πŸ‘‰ Check it out here


✨ Features of Each Version

1. Normal Version (My version)

This version focuses purely on the conversion functionality with basic form elements.


2. ChatGPT Version

ChatGPT’s version enhances the user experience by integrating animations and a modern aesthetic, while still maintaining the core functionality.


GitHub Copilot Version

Check both codes and finnaly you will realise Github wins!!!

πŸ’» Tech Used

Normal Version

ChatGPT Version

GitHub Copilot Version


πŸ§ͺ Formula Used

Fahrenheit = (Celsius Γ— 9/5) + 32


πŸ“‚ Files in the Repo

```bash πŸ“ TemperatureConvertor/ β”œβ”€β”€ MyCode.html
β”œβ”€β”€ FromChatgpt.html β”œβ”€β”€ FromGithubAi.html β”œβ”€β”€ README.md