Commit Graph
7 Commits
Author SHA1 Message Date
furyhawk 0db5058a83 Refactor code structure for improved readability and maintainability 2026-06-01 14:44:02 +08:00
furyhawk 9d1d93d113 feat: implement nearby bus stop selection and display in the UI 2026-06-01 14:32:32 +08:00
furyhawk c04112cadd feat: refactor bus arrival page with improved layout and location handling 2026-06-01 14:29:19 +08:00
furyhawk 8499408179 feat: enhance bus arrival feature with location-based nearest stop resolution and map integration 2026-06-01 14:02:51 +08:00
furyhawk 5e6b65183b docs: update README with project stack, structure, and cleanup notes 2026-06-01 13:55:10 +08:00
furyhawk 89b7459cef feat: initialize SvelteKit project with bus API explorer
- Add main application styles in app.css
- Create basic HTML structure in app.html
- Implement server-side hooks for API proxying in hooks.server.js
- Set up layout component in +layout.svelte
- Develop main page with endpoint explorer and arrival check functionality in +page.svelte
- Configure SvelteKit with adapter in svelte.config.js
- Set up Vite configuration for SvelteKit in vite.config.js
2026-06-01 13:49:17 +08:00
furyhawk 412289ef01 Initial commit: add core application files including README, server, frontend, and styles 2026-06-01 13:33:22 +08:00