class SarahDean(self):
def _init_(self, title, about, education, techStack, home, dogNames):
self.title = 'Software Engineer'
self.about = 'Ambitious, Motivated, Career-Change, Texan'
self.education = 'University of Texas at San Antonio, Flatiron School'
self.techStack = 'Python, Flask, JavaScript, React, SQL'
self.home = 'San Antonio, Texas'
self.dogNames = 'Chloe and Maggie'
Project | Description | Tech Stack | Features | Repo | Demo |
---|---|---|---|---|---|
MamaMatch | Social media app catered to mothers. Create meaningful connections with other mothers in their area. Request to be friends, accept or deny requests and chat with new friends. |
- React - React Router v6 - Flask - Flask RESTful - Flask Login - SQLAlchemy - Python - Material UI |
- Self-referential many to many relationship - User creates and updates a profile - Send and accept friend requests - Chat with friends - Custom API |
Repo | Demo coming soon! |
HappyTrails | Explore and search for trails in Utah. View reviews for trains and add reviews for trails you've hiked. |
- React - Flask - SQLAlchemy - Python - Material UI |
- User sign-in and profile - View other User profiles - Search for specific hiking trails - View and create reviews for trails user has hiked |
Repo | Demo coming soon! |
Bark 'n Brush | Dog grooming scheduling assistance. | - Python - SQLAlchemy |
- CLI interface - Choose from menu of services - Create, update and cancel appointments |
Repo | Demo coming soon! |