Tome is a plateform to buy e-books, fetched from the open-source gutendex API
- Landing page with popular books
- Explore page with pagination
- (Later) Buy ebooks and find them on "My Library"
- Seed db using local gutendex
- Next.js
- AWS
- TypeScript / JavaScript
- Gutendex API
git clone https://github.com/raphou00/tome.git
cd tomenpm install
# or
bun installnpm run dev
# or
bun run dev- State management using React hooks
- Component-based architecture
- Clean folder structure
- Mobile-first responsive layout
- Buy ebooks and read them on the plateform or download in PDF or EPUB
MIT License