Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imoken777/yumemi-frontend-test
https://github.com/imoken777/yumemi-frontend-test
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imoken777/yumemi-frontend-test
- Owner: imoken777
- Created: 2024-05-22T09:33:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:21:19.000Z (6 months ago)
- Last Synced: 2024-05-22T20:34:38.176Z (6 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 2024年 [株式会社ゆめみ](https://www.yumemi.co.jp/) [フロントエンドコーディング試験](https://yumemi.notion.site/0e9ef27b55704d7882aab55cc86c999d)
[2weeksフロントエンドサマーインターン](https://hrmos.co/pages/yumemi/jobs/12345678901234567894)に応募した際の選考の過程で取り組んだもの
**総開発時間: 32時間**
**頂いた評価:** 合格 & ゆめみパスポート発行 (2024/06/10 ~ 2027/06/09)
**評価基準の参考:**
### 【課題】
**都道府県別の総人口推移グラフを表示するSPA(Single Page Application)を構築せよ**
## 開発方法
これは [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) でブートストラップされた [Next.js](https://nextjs.org/) プロジェクトです。
グラフの表示には[Recharts](https://recharts.org/en-US)を使用
[Node.js](https://nodejs.org/en)(LTSを強く推奨)&npmのセットアップを完了したあと、開発用サーバーを起動します:
```bash
npm run dev
```ブラウザで[http://localhost:3000](http://localhost:3000)を開くと結果が表示されます。
`pages/index.tsx`を修正することで、ページの編集を開始することができます。ファイルを編集すると、ページは自動的に更新されます。
## デプロイ
このアプリケーションは、[Vercel](https://vercel.com/)にデプロイされています。
デプロイされたWebサイトは、以下のURLから確認できます。