世界中のコロナウイルスの状況が視覚的に把握できるアプリケーション。
1日あたりの感染者、回復者、死亡者のデータを使い、円の大きさで数の大小を表しました。 検索窓から選択すると特定の国の情報も見ることができます。
node 16.13.1
- Clone the repository
git clone https://github.com/kiki-jiji01/Covid19-tracker.git
2.Go into the repository
cd Covid19-tracker
3.Install dependencies
npm install
4.Run the app
npm start
After that, you can see this app at http://localhost:3000/

