ShaleeQureshi
I like to code sometimes | CS @ UWaterloo & BBA @ Laurier | Prev @procter-gamble & Tangerine
@Laurier-FlowWaterloo, ON
Pinned Repositories
ClimateGlobal
Deployed build of the website (includes frontend components and code that communicates with the Express backend)
Laurier-Flow
Flow is a course planning website for Wilfrid Laurier University students. You can find everything from courses and professors to prerequisites here.
Astar-PathFinding-Algorithm-Visualizer
A* Pathfinding Algorithm with a visualizer made using PyGame. The executable file can be downloaded from the dist folder.
Busy-AirField
User Interactive game I developed as my grade 11 final project. This is the first Java project I built.
Covid19-Tracker
Made for the Mississauga Hacks 2020 hackathon. This program uses a third party REST API to retrieve data showing current Canadian Covid-19 statistics. This data is then organized into a table.
File-Converter-Desktop-App
Utilizes various third party libraries to convert a user specified file to a user specified file format (e.g PDF - DOC).
NorthHacks
NorthHacks Hackathon Website built using NodeJS, ReactJS, and Firebase. This digital event amassed over 30 teams!
Pascals-Triangle
An algorithm to create Pascal's Triangle using matrices to a user-specified number of rows.
Password-Generator
Random Password Generator developed for Hack Western 7 in 2020. Built using NodeJS, HTML, and CSS.
TicTacToe-2.0
TicTacToe - but a little different.
ShaleeQureshi's Repositories
ShaleeQureshi/Covid19-Tracker
Made for the Mississauga Hacks 2020 hackathon. This program uses a third party REST API to retrieve data showing current Canadian Covid-19 statistics. This data is then organized into a table.
ShaleeQureshi/Starter-Projects
These are some starter projects I developed while trying to solidify my understanding in programming concepts such as API requests, multiple classes, sockets, etc.
ShaleeQureshi/Personal-Website
ReactJS version of my website, built using create-react-app. This is not the live version of my site, to view the live version please contact me through the contact forum on my website.
ShaleeQureshi/World-Time-App
Cross Platform mobile app that utilizes API to display the time at a user specified location.
ShaleeQureshi/Todos-App
Android app that reminds the user of a specified todo at a specified date and/or time. This works by saving the todo in a file on the user's device and reading/writing to it based on the user's input.
ShaleeQureshi/Trivia-Game
Utilizes an API to get a trivia question with various elements in a JSON format. One Python script filters through the nested JSON tree to get the question and correct answer and the other script (main.py) is where the program is ran and the API functions are called there.