/simple-github-page

Imitating github personal profile using React

Primary LanguageJavaScript

Simple Github Profile Page

个人信息

运行方法

npm install

npm run dev

如果您的 3000 端口没有被占用的话,此时前端程序已经启动,您可以访问 http://localhost:3000/users/:username 来查看效果.

使用与效果展示

由于我前端的技术有限,一些个人主页上的模块,如: 搜索框,近期活跃度,没有能够实现。这里主要用到了获取用户信息的 api 以及获取用户 repository 的 api。使用的前端框架是 React.

通过修改 url 中的用户名,您可以查看任何您想知道的用户的个人简单主页,如:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.