maathi / junkzone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛍️ Junkzone

An imaginary e-commerce store that has so many imaginary products. Built with MERN stack.

Homepage screenshot

Features

  • Login/register
  • Search for product
  • pagination
  • Add/remove products to cart
  • Semantic UI
  • Fully responsive UI
  • JWT Authorization

Tools

Backend code

backend code can be found at Junkzone-api

running the application :

  1. first make sure to follow the instructions on how to setup the server.

  2. run npm i to install necessary packages.

  3. create .env file at the root of your project, copy and edit the following variables accordingly :

REACT_APP_API=[your backend api endpoint]
REACT_APP_STORAGE=[storage url]
  1. run npm start to start the application.

Inspired by

Theelipan Prabakar - www.theelipan.com

License

Released under the MIT License.

About


Languages

Language:JavaScript 78.5%Language:SCSS 16.8%Language:HTML 2.8%Language:CSS 1.5%Language:Shell 0.3%