The goal of this project is to experiment with redesigning the eLandRegistry System website of Grenada, utilizing the national flag color palette as well as the original website's color scheme. Users will be able to search/filter for (dummy) records of properties.
As a stretch goal, I'd like to implement a backend so that users can create real accounts to "log in" - but this functionality wouldn't affect anything on the website itself.
EDIT: STRETCH GOAL MET! Full stack site: https://gd-project.onrender.com/ The static site is faster to load (currently using the free tier on Render for the full-stack version), but you can log in with the credentials: username: sarah1 password: abc123 This allows you to search the land records on the search page.
My updated version looks like this:

The original website looks like this:

Stories:
- Implement responsive navbar
- Create separate search page
- Create separate about page
- Create login pop up
- Create register page
- Implement backend
- Allow users to see all available data
- Allow users to search data through book number
- Allow users to search data via document registration number
- Allow users to search data through document entry year
- Allow users to search data via known names (first and last)
Technologies Involved:
- HTML
- CSS
- Javascript
- JS Fetch API
- IndexedDB API
- Cache API (Offline storage/website usability)
- Java
- Spring Boot
- H2 / SQL