Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

Elise is an e-commerce website built with NextJS and ChakraUI. It is currently under construction.

Elise will be a modern and user-friendly platform for buying and selling products online. It will feature a clean and intuitive interface, fast and secure payment processing, and a wide range of products to choose from.

Stay tuned for more updates as I continue to develop and improve Elise!

Work-in-Progress & To-Dos

  • Implement Checkout page.
  • Add Search functionality.
  • Divide Home and Products pages; Home page should be about who we are and what we do and maybe include some featured products.
  • Products page should have categories.
  • See if you can integrate Stripe as a payment processing service.
  • Bind cart/favorites info to users through the use of a db or cookies/local storage.
  • Cart icon should be visible at all times alongside its button. Increase the badge number when products are added.
  • Favorite icon should be visible at all times alongside its button. Increase the badge number when products are added.