https://github.com/root-tester/mythic-bestiary
Explore a vast bestiary of RPG creatures with Mythic Bestiary-search stats, lore, and abilities in an easy-to-use interface. Built with love and code, inspired by freeCodeCamp.
https://github.com/root-tester/mythic-bestiary
asynchronous-javascript css3 html javascript
Last synced: 6 months ago
JSON representation
Explore a vast bestiary of RPG creatures with Mythic Bestiary-search stats, lore, and abilities in an easy-to-use interface. Built with love and code, inspired by freeCodeCamp.
- Host: GitHub
- URL: https://github.com/root-tester/mythic-bestiary
- Owner: Root-Tester
- License: apache-2.0
- Created: 2025-05-06T02:51:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T04:17:25.000Z (6 months ago)
- Last Synced: 2025-05-06T04:25:12.321Z (6 months ago)
- Topics: asynchronous-javascript, css3, html, javascript
- Language: HTML
- Homepage: https://root-tester.github.io/Mythic-Bestiary/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ Mythic Bestiary - RPG Creature Search App
A simple, single-page RPG creature search application built for educational purposes. This app allows users to browse a set of 20 unique creatures fetched from a freeCodeCamp-provided external API.
---
## ๐ Features
- ๐ Search RPG creatures by ID or name
- ๐ View creature details like stats and lore
- โก Powered by a freeCodeCamp external API
- ๐จ Clean, responsive interface
- ๐ก No user data collection or tracking
---
## ๐งพ Project Notes
- This is a **demo application** and includes **only 20 creatures**.
- Creature data is fetched dynamically from a **freeCodeCamp API**.
- **IDs range from 1 to 20** โ only these IDs will return valid results.
- No backend or database is used โ this is a **static, front-end-only** project.
- Built with **HTML, CSS, and JavaScript** โ no frameworks involved.
- Design and structure inspired by a freeCodeCamp coding challenge.
---
## ๐ Privacy & Terms
- No cookies, tracking, or analytics are used.
- See [Privacy Policy & Terms](https://root-tester.github.io/Mythic-Bestiary/privacy-policy.md) for full details.
- Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
---
## ๐ File Structure
```plaintext
mythic-bestiary/
โ
โโโ index.html # Main HTML file
โโโ style.css # Stylesheet
โโโ main.js # JavaScript logic (API calls, search, rendering)
โโโ README.md # Project documentation
โโโ privacy-policy.md # Privacy policy and terms of use
โโโ robots.txt # Crawler access control
```
---
## ๐ License
This project is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
---
## Demo
You can check out a live demo of this Mythic Bestiary - RPG Creature Search App [here](https://root-tester.github.io/Mythic-Bestiary/)
---
## ๐ Acknowledgments
- [freeCodeCamp](https://www.freecodecamp.org) โ Design inspiration and API provider