Codereview Nr.11 was a Travel Website.
For creating we had to use PHP and MySQL. The main task was to create a CRUD with the possibility to add, view, update and delete Destinations. In the Details Page of each Destination a Googlemap with the Location should be displayed and an API that returns an JSON object with all information from all offers from the agency had to be created.
For the Bonus Points, we had the posibility to chose between 2 tasks.
The first was to display the Destinations in a separate page called ajaxOffers and the result from the previously created displayAll API using AJAX will be loaded by clicking a Button.
The second was to use a Wheater API and to display the temperature for each Location, by pressing a button.
As usualy, i complicated unnecesary myself and did both tasks.