Do you like to read? Then take a look at this e-commerce! books
- 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.
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Clone the back-end repository at https://github.com/gioniemeyer/boot-blooks-backend
- Follow instructions to run back-end at previously mentioned repository
- Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser