Forkify

Project Info:

This was the final project from the JavaScript refresher course I took. The UI, API and design was designed and provided by the instructor. The JavaScript was coded by myself whilst following the course instructions and completing the challenges and self code sections. The main focus on this project was to tie up all of the previous lessons by using a lot of the newer JS code available as well as implementing what was learnt previously.

The other aspect of this project was to understand the basics of the Model-View-Controller architecture and how to implement that when project planning and coding.

The 'app' uses an API created by the lecturer which provides 'recipes' for searching/displaying purposes as well as storing a 'create your own recipe' which posts the form data in JSON to the API. This was a really amazing project to finish on, learning how to call APIs with POST/GET really helped me learn how I can implement JS into current and future projects.

The full final project code can be found on my GitHub here.

Project Details:

  • Instructor:Jonas Schmedtmann
  • Course:The Complete Javascript Course (Udemy)
  • Technologies:HTML5, CSS3, JavaScript & APIs
  • URL:Look up a Recipe!