Programming Language: Python, HTML, CSS
Purpose: Making booking open-space seats easier.
Library: Django
Bigus is a website for booking seats in an open-space office, designed to make booking and communication easy. Users can manage and create their offices, with the built-in office editor and invite other people to join their businesses. Bigus is programmed with efficiency and accessibility in mind, meaning that it can still run on older browsers as good as on new ones.
The project was developed with Python and Django. With the dedication to make the website accessible from most devices of different ages, Bigus was created trying to minimize the amount of Javascript, and emphasize how much can be created with pure HTML and CSS. Javascript has been used only 3 times on the whole website, making rendering times faster, and minimizing the required computational powers.
The development of Bigus took 5 months, with aspirations to grow the website even further. This was my first proper website that was released for public use. During programming, I have learned many things, from designing a website, to making it publicly available. The development of the website, gave me the opportunity to unlock the full potential of pure CSS, HTML and allowed me to polish my web-development skills even further.