This repository showcases multiple web projects built using HTML, CSS, and JavaScript. The projects demonstrate practical front-end development skills and cover interactive and responsive applications.
- Amazon frontend clone using HTML, CSS
- Tic Tac Toe
- Stone, Paper, Scissors
- Currency Converter
Currency Converter: A tool for converting currencies, utilizing real-time exchange rates via a JavaScript API. The UI includes dropdown menus to select currencies and an input field for the amount.
Amazon Clone: A simple clone of Amazon’s homepage using HTML and CSS. It demonstrates modern CSS techniques for layout and design, featuring a responsive interface for various screen sizes.
Stone Paper Scissors: An interactive "Rock, Paper, Scissors" game that allows users to play against the computer. The game includes dynamic feedback for win/loss results.
Tic Tac Toe: A classic Tic Tac Toe game built with HTML, CSS, and JavaScript. It features interactive gameplay, win detection, and user-friendly design.