Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 376 Bytes

Frontend part of Book Store

Tools and API:

  1. Vite: build tool that aims to provide a faster and leaner development experience for modern web projects.
  2. React: front-end framework
  3. Redux: state management
  4. axios: a promise-based HTTP Client for node.js (used to fetch data)
  5. Google Book API: books data in our website
  6. Sass: enhanced CSS
  7. Bootsrap: CSS library