Bug Tracker

  • Category: Web Application
  • Tech Used: Flask, Bootstrap
  • Project URL: Bug Tracker

Bug Tracker

CS50: Web Track by HarvardX

A full fledged project built in Flask. I worked hard and learned a lot on this project, especially around user authorization. There are four levels of permissions in Bug Tracker and it was fun setting up the architecture for that to work, while also keeping code readability and ergonomics in mind. I really like how simple and readable Flask is, not to mention the countless extensions you can add to it. Somehow it feels really 'hands-on', because if you want a feature implemented you have to build it yourself or find a good third-party extension.


Check out the source code on GitHub

See the project requirements on CS50 Web Track: Final Project