A fun, creative scrapbook builder where you can create pages, upload images, and (soon!) decorate with stickers, all in your browser.
- πΌ Create scrapbook pages with titles & descriptions
- π€ Upload multiple images per page
- πΎ Save and reload scrapbook pages from an H2 database
- π¨ Card-based UI design
- β‘ Runs instantly β no external DB needed
This project is actively being improved.
Current version supports:
- Page creation
- Basic image uploads
- Data persistence via H2
- Drag & drop image placement
- Sticker packs
Upcoming features:
- More Sticker packs
- Export as PDF/image
- Better navigation & UI polish
- Backend: Spring Boot (Java)
- Frontend: HTML, CSS, JavaScript
- Database: H2 (in-memory)
- Build Tool: Maven