Speed 4 Ever App

A simple e-commerce app for clothes.

You can view the life version of the app in

Pages:

  • Home page /
  • Landing page /landing
  • Login page /login
  • Signup page /register
  • Verify account page /activate/:phone
  • Forget password page /forget-password
  • Password code page /password-code/:phone
  • Reset password page /new-password/:code/:phone
  • Favourite page /favourites
  • Chats page /chats
  • Chat page /chat/:productId/:receiverId

How to run locally:

  • Clone the app
  • run npm install
  • run npm run dev
  • open http://localhost:5173/ to show the project

Technologies used:

  • VueJs
  • Typescript
  • TailwindCSS
  • Axios
  • VeeValidate
  • Swiper
  • Vue-loading-overlay

Screenshots:

  • Landing page: image
  • Login page: image
  • Register page: image
  • Verify account page: image
  • Forget password page: image
  • Password code page: image
  • Reset password page: image
  • Home page: image
  • Favourites page: image
  • Chats page: image
  • Chat page: image