A React Native app that allows users to explore Minecraft items, view their details, and search for specific items. The app fetches data from the Minecraft API and provides a clean and intuitive interface for browsing items.
This project uses the Minecraft API created by Anish Shanbhag. Special thanks to the creator for providing this amazing resource!
- API Repository: https://github.com/anish-shanbhag/minecraft-api
This app uses the Minecraft API to fetch item data. Below are the endpoints used:
- Fetch All Items:
GET /api/items - Fetch Item Details:
GET /api/items?namespacedId={namespacedId}
With Minecraft Items Explorer, you can easily browse through all the items in the game and get detailed information at your fingertips ✨
