- Amazon Clone
Description: A responsive e-commerce web application inspired by Amazon, built using HTML, CSS, and JavaScript. It features product listings, search functionality, user login, and a basic shopping cart. Designed to provide a smooth and user-friendly browsing experience.
Technologies Used:
HTML
CSS
JavaScript
Features:
Product listings with images and details
Search functionality
User login system
Basic shopping cart
Learning Outcomes:
Front-end development skills
DOM manipulation
Responsive and interactive UI design
- Currency Converter
Description: A simple web application to convert currencies in real-time. Built with HTML, CSS, and JavaScript, it allows users to select currencies, enter an amount, and get instant conversion results using predefined exchange rates or API integration.
Technologies Used:
HTML
CSS
JavaScript
(Optional) Currency API
Features:
Convert between multiple currencies
Real-time calculation
User-friendly interface
Learning Outcomes:
Handling user inputs and events
Dynamic data manipulation using JavaScript
Basic understanding of APIs (if used)