freeCodeCamp/curriculum/challenges/japanese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md

1.6 KiB

id title challengeType forumTopicId dashedName
bd7108d8c242eddfaeb5bd13 世界地図にデータをマッピングする 3 302365 map-data-across-the-globe

--description--

目標: こちらと似た機能を持つアプリを構築してください: https://codepen.io/freeCodeCamp/full/mVEJag

Fulfill the below user stories and get all of the tests to pass. 必要に応じて、どのようなライブラリあるいは API を使用してもかまいません。 あなたの独自のスタイルにしましょう。

ユーザーストーリー: 隕石が落下した世界地図上のすべての場所を見ることができます。

ユーザーストーリー: マップ上に示された箇所を見るだけで、隕石の相対的な大きさを伝えられます。

ユーザーストーリー: 隕石のデータポイントにマウスポインターを合わせることで、追加のデータを取得することができます。

ヒント: アプリを構築するために使用できるデータセットはこちらです: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json

完了したら、CodePen のプロジェクトへのリンクを入れて、「このチャレンジを完了しました」ボタンをクリックしてください。

You can get feedback on your project by sharing it on the freeCodeCamp forum.

--solutions--

// solution required