Skip to content
View dogeow's full-sized avatar
🤔
Code is cheap, show me the house and car.
🤔
Code is cheap, show me the house and car.

Block or report dogeow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dogeow/README.md

技术栈

后端

大致使用:

其他请查看仓库,地址 https://github.com/dogeow/dogeow-api

前端

  • React + Next.js 15
  • shadcn(UI) + Tailwind CSS
  • Zustand(状态管理) + Immer(辅助)
  • Zod(字段验证)
  • react-hook-form(表单填写)
  • (Lucide)[https://lucide.dev/](图标)
  • Canvas / Three.js
  • SWR
  • React DnD(拖放)
  • Sentry (错误跟踪)
  • Husky + lint-staged (Git钩子)
  • GitHub Actions(自动化流程)

编写本代码时的规范

  • 保存时自动格式化代码(Prettier)+ 提交代码时 ESLint 检查 + 推送时 TypeScript 检查
  • 不 "AnyScript"、不 「// eslint-disable-next-line @typescript-eslint/no-explicit-any」注释。

这是目标(部分代码可能还没有改正)

其他后续使用

  • Vercel

Popular repositories Loading

  1. wiki wiki Public

    Notes on a career in programming.

    JavaScript 1 1

  2. mc-log mc-log Public archive

    记录Minecraft的日志文件到数据库,并在网页上显示出来

    PHP

  3. things-next things-next Public archive

    物品管理

    Blade 1

  4. chuanqi chuanqi Public archive

    PHP

  5. laravel-filamentphp laravel-filamentphp Public

    Blade

  6. dogeow-api dogeow-api Public

    我的网站后端

    PHP