Portfolio Website
This is my personal website where I showcase my skills and work. You can view it here: GitHub.
The design is built using Bootstrap and React for a modern look. The functionality includes contact form submission and navigation through sections.
Technologies Used: Bootstrap, React, JavaScript, Node.js
E-commerce Store
A simple online store where customers can browse and purchase products. Designed using HTML, CSS, and JavaScript.
The app features a product grid, shopping cart, and checkout process. It's all self-contained without needing external libraries.
Technologies Used: HTML, CSS, JavaScript
Contact Form
A simple contact form that sends messages to a specified email address. Built using vanilla JavaScript.
Users can input their name, email, and message, then submit the form. The form uses asynchronous JavaScript for smooth interaction.
Technologies Used: HTML, CSS, JavaScript