Explore my projects and coding challenges
Hey, my name is Clement. I am currently building web applications using the Flask framework. My first exposure to web development was in 2020 during the corona virus epidemic when I came across web a developement add on Youtube. Fast forward to 2021, I decided to sacrifice part of my leisure period to learn this new skill and here I am today. I would like to think that I have learned a lot since then. I am a Python developer and also know C, JavaScript, Bootstrap, CSS and HTML. I can design and manage databases in SQLite, MySQL and PostGreSQL too. Check out some of my work and feel free to send me an email if you would like us to work together.
This is a user-friendly platform, built with Flask, that caters for students, teaching staff and non-teaching staff, providing features for each user category. Its has comprehensive features and robust security measures for managing academic activities, making it a valuable tool for educational institutions.
View Project Watch Demo Source CodeThis is a Flask app via which users can manage portfolios of stocks. They can check real stocks’ actual prices and portfolios’ values and can also “buy” and "sell" stocks by querying for stocks’ prices.
View Project Watch Demo Source CodeThis Flask app allows users to create accounts, publish notes and manage them. The notes may include dates, paragraphs, articles and other important information.
View Project Watch Demo Source CodeThis database project is designed to include all entities and optimisations neccessary to facilitate the running of a school management application.
Watch Demo Source CodeThis Python project serves as a GPA calculator tailored for Science students. It efficiently computes the Grade Point Average (GPA) by processing exam scores from key subjects such as Mathematics, Biology, Chemistry, Physics, and English. The program extracts student information, including their names and respective scores, from the "students.csv" file. Upon execution, the program takes "students.csv" and the designated student's name as command-line arguments, enabling seamless GPA calculation for individual students.
Watch Demo Source Code