PollMe Social - Mern(MongoDB, Express, React, Node.js)
- Developed a full-stack social media platform enabling users to create and share polls, fostering community engagement and interaction.
- Implemented user authentication and authorization features to ensure secure access and privacy controls
- Designed and integrated a dynamic voting system, allowing users to participate in polls created by others.
WebChat Application - Python
- Developed a web-based chat application using the Django framework
- Allows users to create custom chat rooms and share them using a unique URL
- Provides additional security by allowing access to chat rooms using a roomID and password
PriorityKey - JavaScript/node.js/express
- Implementing import of hotel booking reservation using third party Streamline Rest API in Node.js application
- Creating import flows into PriorityKey database and integrated it into third party door lock API to allow user to unlock a lock
- Deploying solution to Azure App Services through Azure function stack
- Using Node.js Express framework created a REST API that took JSON payload and transferred it to database
- Allowed insert, update, and delete functionality of the data
- Used as a middleware for mobile application
Action Assistant - JavaScript
- Used MERN stack to create a ToDo list web application that allows users to create their own ToDo list and keep track of completed tasks
Twitter Bot - Python
- Bot that actively tracks users that follow you and also retweets/likes tweets in your stream using the Twitter API
Flask Web Application - Python, HTML, JavaScript
- Application allows users to create an account and write their own personal notes. These notes are then saved to a database to be retrieved when the user signs back in
- Utilized SQLight to store user credentials and notes
- Utilized Flask framework to quickly build a website
Sudoku Game & Solver - JavaScript
- Implemented a backtracking algorithm to solve any possible Sudoku game.