你好!我是 doctypehtml
我是一位前端开发学习者。请多指教。
我是谁

切换自我介绍风格

class Human {
  constructor(
    public readonly sex: 'Male' | 'Female',
    public identity: string[],
    public country: string,
    public techStacks: [
      name: string,
      tier: 'Expert' | 'Skilled' | 'Know some' | 'Know a bit' | 'Noob',
    ][],
    public games: string[],
  ) {}
}

const doctypehtml = new Human(
  'Male',
  ['High School Student', 'Front-end Development Learner'],
  'China',
  [
    ['HTML', 'Skilled'],
    ['CSS', 'Know some'],
    ['SCSS', 'Know a bit'],
    ['JavaScript', 'Know a bit'],
    ['TypeScript', 'Know a bit'], // Type, Hooray! My favorite!
    ['Vue', 'Know a bit'],
    ['C++', 'Noob'],
    ['Python', 'Noob'],
    // Still need to learn more...
  ],
  [
    'Antimatter Dimensions',
    'Synergism',
    'Minecraft',
    'Visual Studio Code', // Yes, I love it
    'The NOexistenceN of you AND me', // Lilith looks pretty~
    'Tiny Shadows Interwoven Hearts',
    'Submachine: Legacy',
    // Game makes me happy!
  ],
);

你好!我是 doctypehtml,是一名来自中国的男高中生,也是一名前端开发学习者。

我学习过的技术栈有 HTML、CSS、SCSS、JavaScript、TypeScript 和 Vue。我能熟练使用 HTML,会写一些 CSS。而 SCSS、JavaScript、Vue 和 TypeScript,对我来说还有许多要学习的地方。(即便如此我还是最喜欢 TypeScript!)对了,我也了解过一点 C++ 和 Python,但是还在初学阶段。

游戏方面,我喜欢玩的是《Antimatter Dimensions》《Synergism》《Minecraft》《Submachine: Legacy》和《Visual Studio Code》(是的,我很喜欢)。我也有玩过一些视觉小说,比如《不/存在的你,和我》《小小的身影,重叠的内心》

doctypehtml
中国 · 男
高中生 · 前端
技术栈
HTML
⭐⭐⭐⭐
CSS
⭐⭐⭐
SCSS
⭐⭐
JavaScript
⭐⭐
TypeScript
⭐⭐
Vue
⭐⭐
C++
Python
游戏
Antimatter Dimensions
Synergism
Minecraft
Submachine: Legacy
Visual Studio Code
不/存在的你,和我
小小的身影,重叠的内心
作品

受限于技术水平和其他因素,作品可能有不尽人意之处,请见谅。如发现体验问题,欢迎发送 Issues 反馈具体问题或提交 Pull Requests 协助改进,本人不胜感激。

方块迷宫

方块迷宫,但是 Vue 重制版

天神语录生成器

天神语录生成器

MyTodo

一个简单的待办清单应用,还是练习项目 / A simple todo list app, still practicing project

MyStudentRoller

个人练习项目(抽签器) / Personal practice (Roller)

增量玩家名字生成器

A generator for incremental game player, which can generator names like "..., the Celestial of ..." or "...e308"