Projects
Shelter Safe
Shelter Safe is a Disaster Response Management System is a centralized platform designed to streamline emergency response coordination by enabling real-time communication between responders, facilitating resource allocation, and improving information sharing during crisis situations to ultimately reduce response times and save lives.
Built with: HTML, CSS, JavaScript, Kotlin, Sqlite3, Node.JS, Express.JS, and EJS
Homelab
A homelab was created to meet the needs of a smart home by using a mini pc that has Proxmox installed.
Built with: N/A
Neptune's Nook
A simple e-commerce website for a fictional store that sells aquarium products. Users can create an account, add items to their cart, and checkout. Admins can add, update, and delete products.
Built with: HTML, Vanilla CSS, JavaScript, Node.JS, Express.JS, SQLite3, EJS
SQL Web App
This is a web app that allows the modification of the sqlite database through the web app. This is for CSC-471.
Built with: HTML, Bulma CSS, JavaScript, Node.js, Express.js, SQLite3, EJS
IndieDev
A social media platform for indie game developers to share their projects and collaborate with other developers. Users can create an account, create posts, and comment on other posts. Admins can delete posts and comments.
Built with: HTML, Vanilla CSS, JavaScript, MySQL, Java, Spring Boot, Thymeleaf
Password Generator
A web page that generates a random password based on user input. Users can choose the length of the password and whether or not to include numbers, special characters, and uppercase letters.
Built with: HTML, Vanilla CSS, JavaScript
Java Work Pay Calculator
A simple Java Swing application that calculates the pay for a worker based on the number of hours worked and the hourly rate. Users can input the number of hours worked and the hourly rate and the application will display the total pay for the worker.
Built with: Java
Java Swing Word Counter
A simple Java Swing application that counts the number of words in a text file. Users can choose a file to read and the application will display the number of words in the file.
Built with: Java