Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Logan Hall
@loganthall
The risks I'm taking are calculated, but man, am I bad at math.
Kentucky, USA
LinkedIn
GitHub
loganhall1987#0473
Public Apps
fullstack-portfolio
2 years ago
A simple To Do List app that covers all CRUD operations in a React SPA.
python_OOP_demo
2 years ago
One of my weekly workshop projects that was designed to help dive into OOP. In the workshop code, we were tasked with creating a basic "banking" application. It creates objects using the BankUser Class, which is a subclass of the User Class. The objects have attributes that are common attributes among all BankUsers, but have unique values to the object itself. Functions to deposit, withdraw, transfer, and request fund are created, and each function is dependent on authorization with the objects Name and PIN attributes.
the_escape
2 years ago
Fundamentals of Python course personal project