Skip to content

nikmace/trpc-blog

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

tRPC Blog (t3 Stack)

image

Posts page

Screenshot

Project with configured ESLint, Prettier, Stylelint, Editorconfig, Lint Staged & Husky hooks.

Full CRUD functionality with ability to like/comment on post, user authentication.

Project Status: In Progress

🛠 Technologies:

  • NextJS
  • Prisma
  • PostgreSQL
  • Docker
  • tRPC
  • TypeScript
  • TailwindCSS
  • Redux Toolkit
  • Zod
  • React Hook Forms
  • Nodemailer
  • Prettier (formatting .js,.ts files)
  • ESLint (linting for the project)
  • Stylelint (formatting SCSS)
  • and more...

Steps to reproduce

Install all the packages needed to run your react application.

yarn

then

yarn dev