Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.16 KB

Week 6 | Fullstack App | Fruit King

Contributors: Georgia, Iman, Karol, Natalia.

About

This app was build using Next.js.

We were instructed to build a simple e-commerce shopping site. Fruit King sells fruits, categorised by citrus and berry fruits.


Setup

Clone this repo and cd into the directory

Run npm install to install all the dependencies

Run npm run seed to seed the database

Run npm run dev to run the app locally


Acceptance Criteria

  • Server-rendered with Next.js
  • Homepage with product listings
  • Individual product pages, containing quantity/colour/variant pickers
  • Data stored in a SQLite database

Stretch criteria

  • “Add to basket” button on product pages
  • Basket page showing all saved items
  • Basket contents persisted for future visits (local storage)
  • Filter products by category
  • Sort products by price
  • End-to-end tests

Code Review Considerations

  • The site is not deployed and set up must be followed locally.