Day 7: Working with APIs & Fetching Data
- JSON & AJAX Basics
- Fetch API & Axios
- Displaying API Data on the Frontend
Day 8: Introduction to Vue.js
- Understanding the Vue.js Framework
- Vue Directives (
v-if
,v-for
,v-bind
,v-model
) - Components & Props
Day 9: Vue.js State Management & Vue Router
- Managing State with Vuex
- Vue Router for Single Page Applications (SPAs)
- Building a Simple Vue.js App