AngularJS 1.5 Project Info:
Hi my name is Jonathan Hofler below are descriptions of my 5 Angular projects.
(App-gaming and App-gaming-alteration)
These 2 projects are (app-gaming and app-gaming-alteration) both are responsive and are my 1st advanced angular apps. Both of them are simular. Both apps were my attempt to replicate the GameFly.com web site with a background image and image changes on hover on the game page which I was able to achieve.
The app-gaming-alteration is the same as the previous app but uses more advanced angular directives, controllers, templates, and includes the google api map which has its own directive and controller. Both of these apps use Bootstrap 3.35.
With this project after you download it you will have to run a HTTP server from the folder due to the restrictions for Cross Origin Requests restriction in chrome and some other browsers. The directions of how to do this are found here.
(Forcast App) This app is my attempt to use services with a controller and displaying the date for the user to see. in doing so I connect to a weather API. The information is based on the Norfolk,VA area. after you download it you will have to run a HTTP server from the folder due to the restrictions for Cross Origin Requests restriction in chrome and some other browsers. The directions of how to do this are found here.
(Bigblue & Bigblue-Rev App)
Bigblue & Bigblue-Rev are my attempts to create a simple educational site that talks about the Blue Whale. Both sites have the full screen background slide show utilizing angular directives, controllers, templates, google maps api, and $http.get request which populates the google map markers from a json document or api call such as http://hotline.whalemuseum.org/api.json?species=orca&near=48.5159,-123.1524&radius=0.5&limit=1000. Also on the overview page there are fields where you can guess the answer to questions. Both of these apps use Bootstrap 3.35.
The only difference between these the Bigblue and Bigblue-Rev is that Bligblue-Rev uses routes or $routeProvider to navigate from one page to another making the site a SPA or single page application.