Chillgenda


Chillgenda was my capstone project during the foundation course at DevMountain. I created this project because I wanted a to-do list software that fits the way I like to use to-do lists. The focus of the website was to be simple and to allow the creation of a routine for each day, week, month, and year. It also allows adding individual tasks to a large time window.

I programmed this using an SQL database to save each task to the user with the corresponding date and whether it is scheduled to be a routine task or not. The site features a secure login/register form and a task suggestion API. I used a cron clock to update tasks for each time cycle. This project challenged me to figure out how to sort out SQL data with corresponding HTML locations. I am also very proud of the CSS on this site