https://github.com/miltonbhowmick/manzaar-web-nuxt3
https://github.com/miltonbhowmick/manzaar-web-nuxt3
ecommerce nuxtjs vuetify
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miltonbhowmick/manzaar-web-nuxt3
- Owner: Miltonbhowmick
- License: mit
- Created: 2024-05-26T15:08:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T06:18:49.000Z (7 months ago)
- Last Synced: 2024-10-21T20:36:15.607Z (7 months ago)
- Topics: ecommerce, nuxtjs, vuetify
- Language: Vue
- Homepage: https://manzaar-web-nuxt3.vercel.app
- Size: 5.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ecommerce Frontend
A frontend project for ecommerce using Nuxt JS, Vuetify
![]()
## Table of Contents
- [About](#about)
- [Features](#features)
- [To-Do Features](#to-do-features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## About
Developing a dynamic and responsive frontend for an eCommerce platform using Nuxt.js and Vuetify. The project features smooth navigation, an intuitive user interface, and optimized performance for online shopping experiences.
Note: Backend APIs are not in public due to a reason.## Features
- User Authentication: Supports user login, registration, and profile management for personalized experiences.
- Display product list.
- Filter products from list page.## TO-DO Features
- Wishlist Integration: Allow users to save their favorite products for future purchases.
- Product Reviews & Ratings: Enable customers to leave reviews and rate products to enhance trust and engagement.## Getting Started
Follow these instructions to get the project up and running on your local machine.
### Prerequisites
Before you begin, ensure you have the following installed:- Node.js
- Yarn### Installation
1. Clone the repository:
`git clone https://github.com/Miltonbhowmick/manzaar-web-nuxt3.git`
2. Navigate to the project directory:
`cd manzaar-web-nuxt3`
3. Install dependencies using Yarn:
`yarn install`
4. Start the development server:
`yarn dev`
5. Open your web browser and access the application at http://localhost:3000. [Please check terminal about port 3000, 3001 or any other]## Contributing
Welcome, you contributions from the community! If you'd like to contribute to the project, please follow these steps:- Fork the repository on GitHub.
- Create a new branch: git checkout -b feature/your-feature-name
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/your-feature-name
- Open a pull request on the original repository.## License
This project is licensed under the [MIT License](./LICENSE) - see the [LICENSE](./LICENSE) file for details.