_projects
projects
all;
//
projects
/all;
X__X No matching projects for these technologies
Project 1
// _1st_Place_Hackathon_Singfy

- Developed a 'finish the lyrics' game using Spotify, YouTube APIs, and AI for speech recognition and hand raise detection.
- Won 1st place out of 50 participants; presented and demoed the project on stage to judges.
Project 2
// _2nd_Place_Covid_Bot

- Created a COVID Vaccine Bot to track open vaccine appointments and notify users via email or text.
- Enabled the bot to answer basic COVID-related questions using real-time data.
- Won 2nd place at the Cisco SLO Hacks with a team of three.
Project 3
// _Geoplace

- Developed a real-world 'r/Place' platform using Google Maps API, featuring a 15x15 virtual canvas tied to a 90m real-world grid around campus.
- Implemented real-time user tracking and color placement on the canvas based on geolocation.
- Added Features: Global live chat, leaderboard for top users, and a map opacity slider.
Project 4
// _Armada

- Designed and developed a kinematic robotic arm for Mars exploration, and implemented calibration methods and state machines to enhance precision in sample tube collection.
- The arm will be attached to a Mar Rover prototype with the goal of picking up sample tubes on Mars.
- Developed and deployed testing methods to ensure the kinematic arm can pick up samples within 5mm precision error.
Project 5
// _CookMyFridge

- Led a team of 4 and created a MERN stack recipe website from scratch where users can log in, give ingredients, and search for recipes using those ingredients.
- Designed and implemented the Home Page, Nav Bar, and Recipe Page following Figma Design
- Connected backend API to the frontend, along with JWT for user authentication
Project 6
// _Demostudios

- Developed and styled front-end pages for a React-based music-sharing website, closely following Figma designs
- Engineered search filtering functionality using SQL queries, significantly improving search response times by 30%.
Project 7
// _Function_Generator

- Created a function generator with Nucleo-L476RG Board, DAC(MCP4901) and 4x4 Keypad. It has a percent error of .13% for frequecies and .1% for duty cycles
- It can generate sine, square, triangle, and sawtooth waves. With Max frequencies 100Hz-500Hz.
- Using the keypad it the user can change teh frequency, waveform and duty cycle of the waveforms.
Project 8
// _Calendar_Portal

- Developed both frontend and backend components of a Next.js Calendar Portal, aligning with designs provided in Figma.
- Designed a database schema tailored to the volunteering workflow and established endpoints for data population.
- Integrated AWS S3 buckets for seamless image uploads, ensuring efficient event hosting and participation through a user-friendly calendar interface.
Project 9
// _RCopy

- Developed a Client-Server program communicating over UDP, where the server forks a new process for each client connection.
- Implemented file transfer functionality, allowing the client to request a filename and receive the file from the server.
- Utilized the sliding window technique in UDP to efficiently send file data packets from the server to the client.