情報系学生でエンジニアの卵な Kakinoki について、これまでの活動を知ってもらうためのポートフォリオサイトです。
Next.js で開発して、vercel でデプロイしてます。 RSC(React Server Component)について学んでみたかったため、App Router を採用しています。 また、GitHubAPI(v4)で GitHub の草情報を取ってきて表示しています。 このサイトについて、詳しくは Qiita の記事にまとめています。 https://qiita.com/KakinokiKanta/items/d7b5140a6e67014ebb34
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
- TypeScript
- React
- Next.js
- CSS モジュール
- GraphQL
- Apollo Client
- Vercel