- 新增有動畫的nav來導覽
- 新增我的專案
- 導入typescript
- 導入 tailwind css
- icon加入適當的hover
- Clone or fork project.
- Install required dependencies with
npm install
. - Remove
homepage
entirely frompackage.json
or set it to single dot.
// package.json
{
"name": "react-frontend-dev-portfolio",
"homepage": "https://dorota1997.github.io/react-frontend-dev-portfolio/", <-- remove/edit this
"version": "0.1.0",
"private": true,
"dependencies": {
...
}
npm start
project and customize it.- Deploy on github-pages using
npm run deploy
command.
⚠️ Note that: - if you want to have portfolio on different repository than `{username}.github.io`, set `homepage` in `package.json` to `https://{username}.github.io/{repository-name}/` before deploying portfolio. - if you want to run it locally with npm run start, make sure that you have edited homepage property or json data won't load.
- Dorota1997/react-frontend-dev-portfolio
- 目前使用此專案fork出來的樣板
- devicon
- 技術icon
- saadpasta/developerFolio
- 有nav bar
- 有resume連結
- 有contact me
- Projects 有跟github api連接
- 有證照
- aarondunphy/aarondunphy.com
- 很精簡,非一頁式,結合blog
- React + Next.js
- emmabostian/developer-portfolios
- 一推portfolios
- 搜尋 portfolio developer 看到的