Skip to content

Locust13region/ecommerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce application - final task of RSSchool stage2

Welcome to our eCommerce application! This platform replicates real-world shopping experiences in a digital environment 🏪. It's a comprehensive online shopping portal that provides an interactive and seamless experience to users. From product discovery to checkout, the application ensures a smooth journey for the user, enhancing their engagement and boosting their purchasing confidence 🚀.

An important aspect of our application is that it's responsive 📲, ensuring it looks great on various devices with a minimum resolution of 390px.

Key pages in the application include:

  • Login and Registration pages 🖥️
  • Main page 🏠
  • Catalog Product page 📋
  • Detailed Product page 🔎
  • User Profile page 👤
  • Basket page 🛒
  • About Us page 🙋‍♂️🙋‍♀️

The application is powered by CommerceTools 🌐, a leading provider of commerce solutions for B2C and B2B enterprises.

Team

Frontend Team Lead

Frontend dev

Mentor

Technology stack

  • GitHub
  • Jira
  • CommerceTools
  • Vue
  • Primevue
  • TypeScript
  • ESLint
  • Prettier
  • Husky

Recommended IDE Setup

VSCode + Volar TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Compile without preview and type-checking for Production

npm run build-only

Start a local web server that serves the built solution from ./dist for previewing

npm run preview

Run Unit Tests with Vitest

npm run test:unit

Install Husky

npm run prepare

Install Cypress

npm run prepare-test

Run End-to-End Tests with Cypress

npm run test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

npm run build
npm run test:e2e

Run type checking

npm run type-check

Lint with ESLint

npm run lint

Lint CSS styling with StyleLint

npm run stylelint

Format all code in the src/ folder using Prettier

npm run format

About

eCommerce application - final tasck of RSSchool stage2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors