Conversation
Added a preview section with a link to the 3D map and climate visual information.
There was a problem hiding this comment.
Pull request overview
Adds a “Preview” section to the project README to provide a quick visual reference to the dashboard experience.
Changes:
- Introduced a new “Preview” header in
README.md - Added a short description and a GitHub-hosted asset link for the preview
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Preview | ||
|
|
||
| 3D Map and climate visual information | ||
| https://github.com/user-attachments/assets/f13717b2-56f5-4287-aa7e-9b60c8e30d84 |
There was a problem hiding this comment.
The preview asset is presented as a bare URL, which is less readable and less accessible in markdown. Consider converting it to a descriptive markdown link (or embedding an image/video preview if appropriate) so screen readers and readers scanning the README know what the link points to.
| https://github.com/user-attachments/assets/f13717b2-56f5-4287-aa7e-9b60c8e30d84 | |
|  |
|
|
||
| ## Preview | ||
|
|
||
| 3D Map and climate visual information |
There was a problem hiding this comment.
Minor grammar/style: "3D Map and climate visual information" reads a bit awkwardly and lacks punctuation. Consider rephrasing to something like "3D globe and climate visualizations." to improve clarity.
| 3D Map and climate visual information | |
| 3D globe and climate visualizations |
|
|
||
| ## Preview | ||
|
|
||
| 3D Map and climate visual information |
There was a problem hiding this comment.
The preview text says "3D Map", but elsewhere the README describes the 3D experience as a "3D Globe" (and the 2D piece as the map). Consider renaming this line to match the terminology used in the Features section to avoid confusing readers about what the preview shows.
| 3D Map and climate visual information | |
| 3D Globe and climate visualization preview |
Added a preview section with a link to the 3D map and climate visual information.