/dev-store

A technology e-commerce designed for devs 😃

Primary LanguageJavaScript

Dev_Store 💻


linkr


About ❔

Dev Store is an e-commerce designed for people who love technology, come take a look ;)


Deployment 🚀

https://dev-store-rouge.vercel.app/


Features ✅

  • register, login and logout into the website
  • search products
  • dropdown menu with products categories
  • add, remove and store products in your cart
  • finish order and stock update
  • home page with a responsive list of products ("Highlights" and "On Sale")

How to run 🏃‍♀️💨

# Clone this repository
$ git clone <https://github.com/victordurco/dev-store>

# Access the project folder cmd/terminal
$ cd dev-store

# Install the dependencies
$ npm install

# Compile the code
$ npm run build

# Run the application
$ npm start

# The server will automatically start at localhost:3000/ on your favorite browser

Tech Stack 💾