gitmyhub

guisiyu99.github.io

HTML ★ 14 updated 20d ago

个人网站,我的项目和简历

Source code for a personal portfolio and resume website built with React and Vite, hosted on GitHub Pages, a straightforward template following standard React project conventions.

ReactViteHTMLJavaScriptsetup: easycomplexity 2/5

This repository holds the source code for a personal portfolio website, described in Chinese as a site for showcasing projects and a resume. The repository is hosted on GitHub Pages, which means the site is accessible as a public webpage directly from this repository.

The site is built with React and Vite. React is a popular JavaScript library for building interactive web pages, and Vite is a build tool that handles compiling and packaging the code for the browser. The project follows a fairly standard structure with separate folders for reusable components, individual pages, images and fonts, styles, and utility functions.

The README is brief and written entirely in Chinese. It covers the folder layout and four commands: installing dependencies, starting a local development server, building a production-ready version of the site, and previewing that production build. There is no description of what the actual portfolio contains, what projects are shown, or who the site belongs to beyond the repository owner.

This is a personal website project, not a tool or library others would install. If you are looking at this repository as a starting point or reference, the structure follows common React and Vite conventions, so the code should be readable to anyone familiar with those tools.

Where it fits