This is the frontend part of shopping map app.
This is example of work with our website.
Use of app was showed in demo video. To add a cloth user should upload all the necessary information in modal. To create an outfit or capsule user should choose some of uploaded clothes or outfits correspondingly.
- Dynamic search among clothes/outfits/capsules
- Modal for adding clothes/outfits/capsules
- Modal with key information about cloth/outfit/capsule
Section for customer
Clone the repository:
git clone https://gitlab.pg.innopolis.university/ise25/shopping-map-frontend
Install the dependencies:
npm install
For running dev server:
npm run dev
Build:
npm run build
Builded files that stored in ./dist
folder that can be hosted.