A simple e-commerce app for clothes.
You can view the life version of the app in
- 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
- Clone the app
- run
npm install
- run
npm run dev
- open
http://localhost:5173/
to show the project
- VueJs
- Typescript
- TailwindCSS
- Axios
- VeeValidate
- Swiper
- Vue-loading-overlay