Title: calendar
Description: This project is a website that at first was supposed to be just a calendar. However I've decided that it was to simple of a task so I changed it to a journal. After registration/login you can add events with predefined types which later can be viewed on your calendar that initially shows all events for each day of currently chosen month all based on colors with a legend showing which color represents which type of event. I wrote my own calendar functions in a class instead of using Python's Calendar module because I wanted a challenge. My Calendar class methods checks if the given year is leap and returns the whole calendar for a chosen year. No JS was used in this project. Flexible calendar is being created 'on the go' on the server side.
I am currently working on an API for a calendar that would support a mechanism from my portfolio's project that sends all loan payments to the calendar after authentication...