🚀 An AI-Assisted Portfolio Project
A modern, fast, and responsive web application designed to help Roblox "Adopt Me!" players discover, filter, and track the trading values of over 2,600+ in-game items, including Pets, Vehicles, Toys, Strollers, and Gifts.
- Comprehensive Database: Contains 2600+ items with accurate trading values.
- Advanced Filtering: Categorize items by Pets, Vehicles, Toys, Strollers, and Gifts.
- Smart Sorting: Sort items by Newest, High/Low Values, and Alphabetical order.
- Bilingual Support: Fully localized in both English (EN) and Turkish (TR).
- High Performance: Uses Infinite Scroll (Intersection Observer) for lag-free browsing.
- Glassmorphism UI: Beautiful, modern, and fully responsive design.
You can view the live project here: https://ironbabatekkral.github.io/adoptme-values
- HTML5 & CSS3 (Custom Glassmorphism styling)
- Vanilla JavaScript (No external frameworks)
- Node.js (For local data fetching and image downloading scripts)
- JSON (Static data hosting for fast retrieval)
This project was built to demonstrate web scraping, data structuring, and frontend UI design as part of a cybersecurity and software development portfolio.
- Data is extracted systematically using custom Node.js scrips (
update_values.js) to parse DOM elements from community platforms. - The raw data is then restructured, stored statically in a clean JSON format, and optimized for speed.
- The trading calculator logic introduces a foundation for building custom supply-and-demand algorithms on top of existing baseline values, allowing this tool to evolve beyond a simple reflection of third-party data into an independent valuation engine.
This is an open-source, non-commercial, and fan-made project created entirely for educational and portfolio purposes.
Code License: The source code (HTML, CSS, JS) of this project is provided under the MIT License.
Assets & Data Attribution:
- Credits: Baseline values and initial data structures are credited to elvebredd.com and the wider Adopt Me trading community. Thank you for your immense effort in cataloging these items.
- All pet data, names, shapes, and images belong to their respective original owners (Uplift Games).
- This codebase and its creators claim no ownership over the Adopt Me intellectual property, Roblox assets, or third-party website algorithms.
- This is an unofficial, independent tool and is not affiliated with, endorsed by, or sponsored by Uplift Games, Roblox Corporation, or Elvebredd.
- If you are the owner of any content used in this repository and wish for it to be removed, please open an issue and it will be deleted immediately.