/abarantia

Primary LanguageTypeScript

abarantia: a mini wanna-be blogging platform

what's this?

a small hooby-ish project to learn Next.js using a hands-on approach with the development of a simple blog platform where I can apply different features and learn during the way.

NOTE: this project is my sketch book to learn Next.js.

tech stack

  • Next.js
  • React
  • Typescript
  • Tailwind
  • React Query
  • SQLite3

features to add

NOTE: this may (and will) change as I find new exciting features to learn.
  • new App Router
  • read MDX files dynamically as blog post
  • image optimization using the Image component
  • customize and style the loaded MDX file
  • use React Query
  • add a SQL database and load data from it
  • add a SQL database and save data into it
  • custom create-post script to generate a new content file
  • SEO optimization

how to run

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev