Skip to content

Lezlus/bookstoreReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

React Bookstore

A Bookstore using React and Express js

Table of Contents
  1. About The Project
  2. Contact

About The Project

This bookstore implements basic features such as viewing, and filtering books. Modern features such as user login, cart, wishlists, order history, and favorites are also included. Objection js is my choice of ORM paired with PostgreSQL.

Built With

  • React
  • Express.js
  • Postgres
  • TypeScript

Features

  1. Books
    • Sorting by specific book properties
    • Filter by genre
    • Filter by publisher
    • Filter by price range
    • Filtering by a combination of all three filters
  2. Favorites
    • Add/Remove book
  3. Wishlists
    • Create/Delete wishlist
    • Add/Remove books from wishlist
    • Update quantity of wishlist item
    • Move a wishlist item to another wishlist
    • Adding wishlist items to cart
  4. Cart
    • Add/Remove books to cart
    • Update quantity of a book in cart
    • Apply discount codes
    • Created a mock purchase items feature
  5. Order History
    • Gets created after your purchase books
    • Displays items purchased and date of purchase

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published