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