Public
Like
FitnessTracker
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://khathu--7e4b7d9e342b11f097929e149126039e.web.val.run
A web application for tracking books in three categories:
- Want to Read
- Currently Reading
- Read
- Add books with title, author, and optional notes
- View books in separate columns by reading status
- Edit book details
- Delete books
- Move books between reading status categories
/backend
- Hono API server and SQLite database/frontend
- React frontend with TailwindCSS/shared
- Shared types and utilities
- Backend: Hono, SQLite
- Frontend: React, TailwindCSS
- Shared: TypeScript