You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Display a list of suggested keywords for user to click on
- Cascade animate the keyboards through useTrail
- Minor improvements to Artifact animations
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This project creates a simplified user experience for exploring the Metropolitan Museum of Art collection using their [public API](https://metmuseum.github.io/). It demonstrates techniques for efficiently scrolling through thousands of artifacts without compromising performance.
6
6
7
-

7
+
[](https://www.youtube.com/watch?v=hfpoIOHFre8)
8
8
9
9
Try the live app: [Met Museum React Experience](https://met.bahador.dev/)
Copy file name to clipboardExpand all lines: index.html
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
<htmllang="en">
3
3
<head>
4
4
<metacharset="UTF-8" />
5
+
<meta
6
+
name="description"
7
+
content="Explore the Metropolitan Museum of Art collection with our React app. Discover thousands of artifacts from around the world, from ancient Egypt to modern art. Search by keyword, artist, or object type. Use the search bar to find what you're looking for, or browse by category. Learn about the history and culture behind each artifact. Our app is designed for easy navigation and a seamless user experience. Discover the art and artifacts of the Met with our React app."
0 commit comments