Below are the links to my deployed portfolio projects and a brief description or information about each project.
A beautifully designed multi-page Coffee shop website built with HTML, CSS, Bootstrap, and JavaScript. The website enhances customer experience by allowing users to place orders online before arriving at the shop. EmailJS, a client-side mailing JavaScript library, is integrated to capture and send details from the contact and order forms directly to your email.
https://the-coffee-shop.surge.sh
The Emoji Memory Game is a fun project built with HTML, CSS, and JavaScript. In this game, you have to match all the cards within one minute to win; otherwise, you'll lose.
https://emojii-memory-game.vercel.app
Minimal and decent-looking E-commerce Furniture Store made by using React JS and Bootstrap. It is a single-page application and the whole code is neatly broken down into the folders and components so almost every part of the app is reusable. The app contains a fully working cart system with so many other functionalities like real-time product search, filtering products by categories, showing related products, and navigating from one product to another within the product page. A 404 page has also been integrated for the broken and undefined URLs.
https://the-furniture-store.vercel.app
Hotelbnb is a comprehensive hotel booking system developed using the MERN stack. This project offers a range of features including room availability checks, reservations, and dynamic room searches based on check-in and checkout dates as well as the number of occupants. The system facilitates secure payment transactions through Stripe, with bookings expiring if payment is not completed within 15 minutes. Other than MERN some technologies have been used like JWT for secure authentication and authorization, Ant design for some complex design components, Chart Js for graphical representation of booking statistics on the admin dashboard, and Day Js for managing check-in and check-out dates.
https://the-hotelbnb.vercel.app
An elegant one-page website made in HTML, CSS, and Bootstrap that presents the view of the beautiful Food Truck Mini Shop that moves around the city and delivers some delicious frozen dairy food.
https://food-truck-shop.surge.sh
Easy Dictionary is an English dictionary chrome extension built with HTML, CSS, and JavaScript. Below is the repository link where you can find the guide how to install it.