Skip to content

KND-Devsnest/onlystore

Repository files navigation

onlyStore


A Ecommerce website designed using only frontend for a frontend only hackathon. It features fully functional localStorage based login,cart,wishlist and order system.

Screenshots

Main Page Products Page
Cart and Main Page Wishlist and Main Page
Search Page Placing Orders
Placing Orders 2 Orders Page

Features

  • Material design, Landing page with different categories, Product details page
  • Fully Fledged Cart, wishlist and order system using local storage to persist on reload
  • Ability to give review after a order has been delivered which also persists in local storage
  • Login and registeration system using local storage uniquely saving cart, wishlist, reviews and orders
  • Search with Filters functionality

Using the App

  • use yarn dev to start the dev server

  • or yarn build to build a bundled version

Contributors