Projects using Flask in Benin CityProjects using Flask in Benin CityQuizDash is a full-stack trivia quiz app I built end-to-end with Flask and SQLite, from database design through deployment. Players select a category and difficulty level, then race a countdown timer that scales with difficulty — harder questions are worth more points but allow less time to answer. I designed the SQLite schema for questions and scores, built out the backend routes for fetching randomized questions, submitting scores, and aggregating leaderboard rankings via SQL, and implemented session-based authentication for a password-protected admin panel where questions can be added or deleted without touching the database directly.
On the frontend, I used vanilla JavaScript and Jinja2 templates (no framework) to handle the quiz flow, live countdown bar, and a post-quiz review screen showing right vs. wrong answers per question. The layout is fully responsive, adapting from a stacked single-column view on mobile to a side-by-side quiz-and-leaderboard layout on desktop. The app is deployed live on Render with secrets (session key, admin password) managed through environment variables rather than hardcoded in the codebase. 📋 Docket — Task Management Application
Docket is a responsive task-management web application built with Python, Flask, and SQLite. It allows users to create, edit, complete, delete, search, and filter tasks while keeping data persistently stored in a database. I designed a clean, paper-ledger-inspired interface with responsive layouts, task progress tracking, feedback notifications, and custom error handling. The project also demonstrates CRUD development, database management, server-side validation, and production deployment with Gunicorn and Render. Apex Velocity — Full-Stack Luxury Vehicle Marketplace
Apex Velocity is a full-stack luxury vehicle allocation platform built with React, Flask, and SQLite. The application features a dynamic vehicle inventory system, user authentication, persistent shopping cart functionality, and a role-based admin dashboard for managing vehicle records. It integrates a responsive premium UI with real-time backend communication, database-driven content, and production deployment using Vercel and Render.
Technologies: React, Vite, Tailwind CSS, Flask, Flask-SQLAlchemy, SQLite, REST API, Git, Vercel, Render