A TikTok-style interface for exploring random Open Library books.
This project is based on the excellent WikiTok!
- Vertical scrolling feed of random Wikipedia articles
- Book previews with cover image, title, authors and first year of publication
- Share books directly or copy links
- Preloading of images and content for smooth scrolling
- Responsive design that works on mobile and desktop
- Progressive Web App (PWA) support for installing as a standalone app
- React 18
- TypeScript
- Tailwind CSS
- Vite
Run the commands below in the /frontend
folder.
- Install dependencies:
bun install
- Run development server:
bun run dev
No backend required!
Check it out here at book-tok.net
- Fork the repository
- Create a new branch
- Make your changes and commit them
This project is licensed under the MIT License. See the LICENSE file for details.