Python Projects
Django Blog
Login and registration with essential fields and data validations. Upon successful login/register, users see an area to create a post as well as prior posts by all users.
View CodeDjango Ecommerce
A Craigslist-type ecommerce app with CRUD features. Users add items for sale and can contact other sellers via Inbox. This project includes an experiment with tawk.to.
View CodeFlask Recipe App
This encompasses the capability to Create data (Add to Database), Retrieve data (Fetch information from DB), Update data in the Database, and Delete data from the Database.
View CodeFlask Blog App
The app collects user info, stores it, and displays a dynamic newsfeed. Users log in with ease, greeted with a welcome message, and can post on the newsfeed.
View CodeOOP King of the Jungle Challenge

Create a game where objects get created and methods used to determine one winner.
View Code