This is my personal blog. But you can also create your own account and start creating your posts too. Repository bootstrapped with Turborepo.
This repository doesn't contain backend. I'm maintaining it seperate repository.
The repository contains 2 apps frontend
and dashboard
. Both apps use react component library Mantine.
App frontend
created with Next.js mostly static pages and contains some api
routes. For dynamic routes uses Next.js's Incremental Static Regeneration feature.
App dashboard
created with vite's react typescript preset. Uses the latest react-router-dom's 6.4 version. There you can create your posts, change avatar images etc.