Skip to content

charu1603/bookshelf

Repository files navigation

simple React.js application that allows users to browse and search for books using the Google Books API application.

. Tech Stack used

  1. Reactjs + vite
  2. tailwind css

. Functionalities

  1. dynamic search for books using the Google Books API application.
  2. User can categorize books
  3. Contains filter
  4. Bookmark favourite book
  5. Modal for showcasing book details

. How to run this project

git clone https://github.com/charu1603/Employee-forum.git

2. Install required dependencies.

npm install

3. Run

npm run dev