Skip to content

gioniemeyer/boot-blooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

74 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

boot-blooks ๐Ÿ“š

Do you like to read? Then take a look at this e-commerce! books

Features

  • The user are able to see all available books in the store
  • The user is redirected to the book page where he/she/it can see more about it
  • The user can add a book into the cart
  • Sign up feature
  • Sign in feture
  • Finish an order
  • The user can check it's previous orders

By using this app any user can learn how they've been using their money and always keep track of your balance.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/gioniemeyer/boot-blooks-backend
  3. Follow instructions to run back-end at previously mentioned repository
  4. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser