Kevin Gallaccio's repositories
kevin-assignment-10
Spoonacular Meal Planner API Integration -- Integrate with the Spoonacular API to create a web app for generating daily or weekly meal plans. Use Spring Boot and implement endpoints for fetching meal plans based on parameters like calories, diet, and exclusions.
kevin-assignment-11
Transaction History Viewer -- Develop an online banking account history viewer with two webpages. The first page displays a list of all transactions, sorted by date. The second page shows details of a specific transaction when its ID is clicked.
kevin-assignment-12
Pizza Restaurant Database Design -- Design a pizza restaurant database schema for orders. Include tables for customers, pizzas, and orders with a join table for many-to-many relationships. Populate the database, and write SQL queries to analyze customer spending and order details.
kevin-assignment-7
User Authentication and Validation -- Enhance the user login application from Assignment #3 with unit testing and test-driven development. Create JUnit tests for User and UserService classes, ensuring proper validation and handling of login attempts.
kevin-assignment-8
Asynchronous Data Retrieval -- Implement asynchronous code to fetch data from the Assignment 8 starter code. Fetch numbers asynchronously and determine the frequency of each unique number in the data.
kevin-assignment-9
Recipe Filter API -- Create a Spring Boot web app with endpoints to filter recipes based on dietary preferences. Implement endpoints for gluten-free, vegan, vegan-and-gluten-free, vegetarian, and all recipes. Use Apache Commons CSV to parse recipe data from a file.
kevin-assignment3
User Validation with CSV -- Build a Java console application for user login validation using data from a CSV file. Utilize a User POJO class and a UserService class for logic. Implement a login screen, check user credentials, and handle invalid login attempts with a maximum of 5 tries.
python-assignment-2
Having fun trying to translate my Java Assignments to Python
python-assignment-3
Having fun trying to translate my Java Assignments to Python
python-assignment-4
Having fun trying to translate my Java Assignments to Python
python-assignment-5
Having fun trying to translate my Java Assignments to Python
complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
kevin-assignment-13
Create a website that manages bank accounts
kevin-assignment-14
Kevin Gallaccio Assignment 14
PersonalPortfolio
FreeCodeCamp Assignment 5
Product-Landing-Page
FreeCodeCamp Assignment 3
Technical-Doc
Assignment 3 of fCC Responsive Web Design
TributePage
FreeCodeCamp Assignment 2