As a user, I want to:
- browse the plants on your store;
- see each category of plant and click on one;
- see a description of each product; and
- select a product and select the size & quantity that I want
Visit: https://week6-asmahan-hallie-peter-maria.vercel.app/
git clone (URL)
- Populate the database (
psql ???
) - run
npm run dev
in your terminal. - Open http://localhost:3000 with your browser to see the result.
- A shopping basket;
- A search feature;
- A 'sort-items by price' filter;