Smart Car Parking
My family and I were going outside to shop in Costco only to be stumped by the unavailability of the parking slots. We roamed around for a half an hour before we got to park. Becuase this happened often, I was motivated to create a solution to this problem with the expertise that I had gained in the past months learning Arduino. The solution that I developed would sense the spots that are occupied and unoccupied and upadate them on a website for users to view. I used ultrasonic distance sensors with the Arduino Mega to sense the distance between the car and the ultrasonic sensor. For the sake of the concept, I built a model car parking area with six slots. Then, with a breadboard between the car parking slots, I attached the sensors. Then, I would test if there was an object in front of the sensor, and if it was I would update in the cloud SQL database with PHP. So, in the end, the user will be able to monitor a table with values of green checks or red crosses, letting the user know if there is a car parked in that slot or not. In this way, you will know where to park without having to roam around for a really long time!

Software
Arduino IDE: The programming environment used to write C code for the Arduino microcontroller.
Sublime Text: The text editor for writing the server side (arduino) and client side (website) code.
PHP/MySQL: The server side programming languages used for storing and retrieving data.
C/C++: The programming languages used for writing the code to the ATMEGA microchips of Arduino.
HTML/CSS/Javascript: The programming languages used to build and write the website to control the LED toggling.
Products
Buy an Arduino Mega: https://www.amazon.com/ARDUINO-A000067-ATMEGA2560-2560-R3/dp/B0046AMGW0/ref=sr_1_4?ie=UTF8&qid=1530908173&sr=8-4&keywords=arduino+mega
Buy a pack of male-male wires: https://www.amazon.com/Kalevel-120pcs-Breadboards-Jumper-Female/dp/B00M5WLZDW/ref=sr_1_5?ie=UTF8&qid=1530759152&sr=8-5&keywords=male+to+male+wires
Buy a beginner's Arduino kit: https://www.amazon.com/Arduino-Starter-Kit-English-Official/dp/B009UKZV0A/ref=sr_1_5?ie=UTF8&qid=1530759194&sr=8-5&keywords=arduino+kit