
My Projects
During my coding bootcamp, I built 100+ projects ranging from GUI apps and web scraping to full-stack websites, automation tools (like LinkedIn job automation), and data science analyses. Below are a few highlights—check out my GitHub for more!

Website for a Small Business: desiburger.ca
Initiated and secured a project with a local restaurant by pitching a modern website; gathered requirements from staff to owner, built and deployed a responsive Bootstrap 5 site with full functionality (custom sections, reservation page), replaced the old site by handling domain transfer, DNS cleanup, and hosting, created a branded QR menu, helped design sales-boosting meal deals, and delivered to a highly satisfied client.
Tech Stack:

Keeper App
Built a Keeper App using React.js, showcasing features like component mapping, conditional rendering, hooks, event handling, and state management for a clean UI and smooth functionality.
Tech Stack:

Secrets
I built this project using HTML5, CSS3 (via EJS templates), and a Node.js backend. It features user authentication with hashed and salted passwords stored in PostgreSQL, along with full CRUD functionality. I also integrated Google sign-in using Passport's GoogleStrategy for a secure, seamless login. Once logged in, users can anonymously share their secrets.
Tech Stack:

Permalist
Created "Permalist" — a web app for managing daily to-dos with a Node.js backend, HTML5/CSS3 frontend, and PostgreSQL for full CRUD functionality.
Tech Stack:

Analyzing Nobel Prize Data
In this data science project, I analyzed Nobel Prize data from 1901 to 2020 using Python libraries like Pandas, Plotly, Matplotlib, and Seaborn. I visualized key insights through bar charts, sunburst plots, and choropleth maps.
Tech Stack:

Data Science: Google Playstore App Analytics
In this data science project, I analyzed StackOverflow search data (2008–2020) to track programming language popularity over time. Used Matplotlib to visualize trends through individual and comparative graphs.
Tech Stack:

Data Visualisation: Programming Languages
Analyzed StackOverflow search data (2008–2020) to visualize programming language popularity trends over time using Matplotlib, with detailed graphs for individual and combined languages.
Tech Stack:

Top 10 Movies List
Built a Top 10 Movies web app using Flask and WTForms in Python. Integrated TMDB API to fetch movie details and used SQLite (later PostgreSQL) for full CRUD functionality—allowing users to add, edit, and manage their movie list.
Tech Stack:

Flight Deal Finder
Built a flight deal tracker using Sheety and Tequila Kiwi API to fetch IATA codes and flight prices. If a price drops below the user-set threshold, the app sends alerts via email (SMTP) and SMS (Twilio).
Tech Stack:

Amazon Price Tracker
This project uses Python webscrapping using Beautiful Soup and Selenium to navigate through amazon website and scrape price of a product. As soon as the price drops below the mentioned value, it sends me an email for price reduction and the current price using the SMTP module.
Tech Stack:

Password Manager
Built a Password Manager using Python Tkinter for a user-friendly GUI. It generates secure passwords, stores website info and passwords in a text file, and allows users to edit or search saved entries.
Tech Stack:

Snake Game
Recreated the classic Snake Game using Python Tkinter and OOP, with separate classes for the snake, food, and scoreboard. This project was especially nostalgic for me, as it was inspired by the first game I ever played on a Nokia 3310.
Tech Stack:

Data entry Job Automation Project
Automated data entry for rental properties using Beautiful Soup for web scraping and Selenium to autofill Google Forms with details like address, price, and property links. The completed data is then stored in a spreadsheet.
Tech Stack:

Twitter Speed Complaint Bot
Built an Internet Speed Twitter Bot using OOP, Selenium, and Fast.com to check internet speed. If below the guaranteed minimum, the bot logs into Twitter and tweets at the provider.
Tech Stack:

The Classic Pong Game
Recreated the classic 1970s Pong game in Python using Tkinter and OOP, pushing the limits of my skills while building a GUI-based project.
Tech Stack:

Stock News Alert
Built a stock tracker that uses the Alpha Vantage API to fetch stock prices and News API for related articles. It then sends the closing price and news via SMS using Twilio for informed trading decisions.
Tech Stack:

Quizzler App Project
Built a GUI quiz game with Python Tkinter, using the Open DB API to fetch questions in JSON format. The game tracks the score while users answer questions, continuing as long as they play.