Books for Humanity is a front-end web application developed during the CitroHacks Virtual Hackathon. This platform helps users discover free used books, upload their own, and earn reward points β promoting accessibility and sustainability in reading.
- Frontend: React, HTML, CSS, Bootstrap
- Design: Figma Wireframes
- API Integration: Google Books API
- Collaboration: Google Meets (team communication & coordination)
- π Discover and browse free used books
- π€ Upload your own books to share
- π Earn points for contributing to the community
- π Seamless integration with Google Books API for book metadata
- π¨ UI designed with Figma, implemented using Bootstrap for responsiveness
Follow the steps below to run the project locally:
# 1. Clone the repository
git clone https://github.com/DanigCuevas/BooksForHumanity.git
cd books-for-humanity
# 2. Install dependencies
npm install
# 3. Run the development server
npm start