bill-lliu / portfolio-website

A project to showcase my portfolio and experiences through an interactive website.

Home Page:https://portfolio-website-bill-lliu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portfolio-website

A project to showcase my portfolio and experiences through an interactive website.

React + TypeScript + Vite

This project uses a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you would like to build on my website work for other production applications, it is recommended to update the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

A project to showcase my portfolio and experiences through an interactive website.

https://portfolio-website-bill-lliu.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 91.8%Language:CSS 6.8%Language:HTML 1.4%