Here you will find all of my assignments and projects completed during the full-time Coding Temple bootcamp for software engineering and web development in summer of 2022.
- Crafted meticulously detailed replicas of landing pages and dashboards including the Amazon login page and a Theatre Featured Shows page utilizing CSS Grid, Flexbox, and Bootstrap
- Collaborated on a Github group project where we build a static user-facing CRM with HTML5 and CSS -- Check it out here!
- Programmed a procedure-oriented Shopping Cart Program and then turned it into an object-oriented program
- Created a Blackjack game using OOP principles
- Developed a fun Animal Health Monitoring Program that evaluates an animal's health depending on their species, activity levels, metabolic rate, calorite intake, and sleep patterns
- Create a Pokemon API wrapper using the Python requests package
- Built a Real Estate ROI Calculator utilizing OOP that takes user input and returns the ROI for a rental property
- Visualized schema relationships by building ER diagrams in LucidChart
- Engineered relational databases using PostgreSQL and the DBeaver client to query, analyze, and manipulate data
- Designed a Car Dealership ER diagram and PostgreSQL database based on a real-world business model using DDL and DML commands
- Created a descriptive and colorful ER diagram and PostgreSQL database with movie, show time, movie time, customer, and ticket schemas to build a mock movie theater application
- Built a full-stack Phonebook App using Flask, Flask-SQLAlchemy, Flask-Migrate, and Flask-Login to render dynamic webpages, handle form validation, manage user login authentication and user sessions, and more
- Built JavaScript applications that retrieve data from 3rd party RESTful APIs
- Created a simple Weather App in JavaScript using DOM manipulation and data from the OpenWeather API
- Developed a Social Media Blog that calls the GET, POST, EDIT, and DELETE methods from a Flask API and consequently updates the state component when an event is triggered
- Create a silly "Meme Roster" that generates a random meme for each of the students in my cohort, as well as a fun fact of the day and joke of the day
- Quizly App (in-class walkthrough)