https://goo.gl/2RtME4
This week we'll be adding JQuery or JavaScript to your project using any of the methods you've learned over the last few weeks.
Guidelines:
1) Add 2 jQuery or JavaScript snippet to your application
2) Examples of finding jQuery and JavaScript snippets
This part is surprisingly easy:
1) Make sure your project doesn't have any directories that have an underscore in front of them (nothing that looks like "_css", "_js", etc)
2) Make sure your index.html file is in the right location. That is, Project Directory -> index.html
3) Stage and Commit all files in your current branch
4) Create a branch named "gh-pages"
5) Use "git push origin gh-pages" to push the branch up to Github
6) Your site is now live! Go to https://GITHUB-USERNAME.github.io/GITHUB-REPO-NAME to see your site live. Note the placeholders.
Let's go through the tutorials together and see if you can implement them.
This week we'll be utilizing APIs
Guidelines:
1) Find an API online that you'd like to implement into your project.
2) Use AJAX or getJSON method to implement the API into your project
3) Push up the code to your live site to make sure it works.