# Clone the repository
$ git clone https://github.com/nandes007/ecommerce-frontend.git
# Move into repository
$ cd ecommerce-frontend
# Remove the current origin repository
$ git remote remove origin
# Install dependencies
$ npm install
# Start the development server
$ npm run dev
➡️ Vuejs 3
➡️ Vite
➡️ Pinia for state management
➡️ Vue route for routing
➡️ Tailwind css and Postcss for styling
🟢 Register Account
🟢 Verification Account using Email
🟢 Authentication Account
🟢 Add to Cart
🟢 Add Order
🟢 Profile Section
Here link to see back-end source code. Ecommerce Back-End.