← Back to Projects
Completed

KoperArgy

Cooperative savings and loans website using Flask, HTML, and CSS Bootstrap. A course project that became my first fullstack exercise.

FlaskPythonHTMLBootstrap

2024-10-01

About

A simple cooperative savings and loans website. It was a course project, but I treated it like a real one: member system, loan tracking, and reporting.

Stack

  • Backend: Flask (Python)
  • Frontend: HTML + CSS Bootstrap
  • Database: SQLite

What I Learned

This was the first time I built a fullstack app entirely on my own. From database design to routing to deployment. The result wasn’t perfect, but the process taught me why backend and frontend need to “talk” properly.