Minecraft Item Explorer

Designed to be a clone of Minecraft Explorer, this app was my first "non-trivial" application written in JavaScript.

The original goal was to bring Minecraft Explorer to my phone, a Symbian^1 device, using Web Runtime (WRT) and the Widget API.

I realized that in order to update the data, modifying JSON files was not ideal, so I made an admin panel with the INADMIN design. The panel would read and write to a JSON file, originally implemented as a python server.