Back to projects
Sep 13, 2022
2 min read

Rakuwa

A simple e-commerce website built with HTML, CSS, and JavaScript.

Rakuwa is a basic e-commerce website that allows users to browse products, manage a shopping cart, and complete a checkout process. The website is built using HTML, CSS, and JavaScript, featuring a clean and responsive design to enhance user experience.

Key Features

  • Product Catalog: Lists products with images, descriptions, and prices.
  • Shopping Cart: Allows users to add products, view the cart, and adjust quantities.
  • Checkout Process: Simplifies the checkout experience with a form-based system.

Technologies Used

  • HTML: Provides the structure and content of the website.
  • CSS: Responsible for styling and ensuring the site is responsive.
  • JavaScript: Adds interactivity, including cart functionality and form validation.

Screenshots

Homepage

Conclusion

This project showcases my ability to build a functional e-commerce site with basic front-end technologies. It demonstrates skills in responsive web design and user interaction through JavaScript. Future plans include integrating a back-end system and enhancing the checkout process.