BooksGoWhere is a React-based web application designed to help users discover and reserve books from a comprehensive UX library collection
- Search Functionality: Users can search for books by titles and authors using a real-time search feature.
- Book Availability: Displays the availability status of books across different locations.
- Reserve Books - Coming soon: Allows users to reserve available books.
- Notification System - Coming soon: Users can opt to be notified when books on loan become available.
- React.js
- Tailwind CSS
- React Router for SPA routing
- Axios for API requests
To get a local copy up and running, follow these simple steps.
- Clone repository
git clone git@github.com:nordic-roast/books-gowhere.git- Install dependencies
npm i- Start the webapp
npm start