This repository contains two projects created by me [Anchal Tiwari].
The "Temperature Converter" project is a simple application that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. It's a handy tool for quick temperature conversions.
To use the Temperature Converter, follow these steps:
- Clone or download this repository.
- Open the "temperature-converter" directory.
- Open the
index.html
file in your web browser. - Enter a temperature value and select the units for conversion.
- Click the "Convert" button to see the converted temperature.
Feel free to explore the code in the repository to understand how the conversion logic works.
The "Netflix Homepage Clone" project is an attempt to recreate the Netflix homepage. It aims to showcase your web development skills by replicating the layout and design of the Netflix website.
To view the Netflix Homepage Clone, follow these steps:
- Clone or download this repository.
- Open the "netflix-clone" directory.
- Open the
index.html
file in your web browser.
You can explore the HTML, CSS, and JavaScript code in the repository to see how the Netflix homepage was replicated.
This project is licensed under the MIT License - see the LICENSE file for details.
- Netflix for the inspiration.
Feel free to fork this repository, make improvements, or use it as a reference for your own projects.