During development, I set the following principles for the project:
- Keep the pages as simple and intuitive as possible.
- Ensure it functions correctly even when JavaScript is disabled in the browser.
- Implement full server-side rendering.
- Use semantic HTML tags whenever possible for better SEO and accessibility.
This is my first Go project, and more accurately, my first backend project. Although I have years of experience in web front-end development, I hadn't delved much into the backend side. This project greatly satisfied my curiosity and allowed me to learn many new things. While my understanding might still be superficial in some areas, overall, I managed to complete it and get it running live.
Here's the live demo: https://dizkaz.com
Here's the source code: https://github.com/oodzchen/dizkaz