Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.22 KB

Virtual Bookshelf

Project Setup

Virtual Bookshelf is an app created as a midterm project during the Lighthouse Labs web development bootcamp. It is an app used to buy/sell used books online.

Screenshots

Main Screen

"Screenshot of tweeter main"

Listings

"Screenshot of tweeter main"

Create new listing

"Screenshot of tweeter main"

Mark as SOLD

"Screenshot of tweeter main"

Features

  1. Create a listing
  2. Favourite a listing
  3. Mark a listing as "SOLD"
  4. Delete a listing
  5. Contact seller via email
  6. Filter items by price, author, and title
  7. Responsive design for desktop and mobile use

Warnings & Tips

  • The login feature is intentionally not a real login. It simply generates a random user when you click "Login"

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x
  • cookie-session