https://github.com/filipsys/mihai-site
WIP
https://github.com/filipsys/mihai-site
tailwindcss tanstack-router typescript
Last synced: 6 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/filipsys/mihai-site
- Owner: Filipsys
- Created: 2025-04-18T21:05:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T17:31:43.000Z (about 1 year ago)
- Last Synced: 2026-03-05T11:21:29.368Z (3 months ago)
- Topics: tailwindcss, tanstack-router, typescript
- Language: TypeScript
- Homepage: https://kkmihai.pages.dev
- Size: 834 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stack:
- Tanstack Router for the routing & the main framework
- TailwindCSS for the styling
- React for the library to go with Tanstack
- Cloudflare Pages for the hosting
- Bun for the toolkit
- Vite for the build tool
- Posthog for the site analytics (WIP)
Dev stack:
- Biome for the linting & formatting
- React Scan for debugging re-renders
Fixed issues:
- Inconsistent border radii
- Inconsistent icon sizes
- Inconsistent tag widths
- Circular checkboxes which are supposed to be square. Circular checkboxes are called radio buttons.
- Many more
I seriously don't know why src/logo.svg needs to exist, if I remove it, the site doesn't work so I placed in a random SVG for the place. Nothing in the project is using "logo.svg", weird...