Skip to content

General-Workspace/simple-ecommerce-product-listing-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Mini Ecommerce App - Frontend

A Simple Ecommerce App built with Vue 3, Vite, Tailwind CSS, and TypeScript. It allows user to sign up, sign in, view products, add products, edit product and delete product.

Features

  • User can sign up
  • User can sign in
  • User can view products
  • User can add product
  • User can edit product
  • User can delete product

Technologies

  • Vue 3
  • Vite
  • Tailwind CSS
  • TypeScript
  • Vue Router
  • Vuex (State Management)
  • Axios

Backend

The backend of this project is built with Node.js, Express, MongoDB, and JWT. You can find the backend code here

Live Demo

You can view the live demo here

Project Setup

Install Dependencies

yarn install

Create .env file and add the following environment variables

VITE_API_BASE_URL=https://mini-ecommerce-backend-2ce911e6e6e7.herokuapp.com/api

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

About

Simple Ecommerce Product listing application (Frontend)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published