El dorado: catalog of minerals 2.0
17 / 11 / 2019
web project
This website displays information about various minerals. The home page of the site contains a list of all of the minerals from a provided JSON file. Clicking on a mineral’s name opens a page that displays information about that mineral.
Search filters were implented to seek for minerals in function or different criteria like: group, color, letter or even a keyword.
ORM queries were optimized to last less than 10ms with the help of django-debug-toolbar. HTML templates match the style provided for this project and style changes were added to a custom CSS file.
# CSS
# debug-toolbar
# django
# python
check the source