Simple Photo App with Vue.js, Axios and Flickr API — Part 1

Simple Photo App with Vue.js, Axios and Flickr API — Part 1

5 years ago
Anonymous $Dftgs0JzgE

https://medium.com/@magyarn/simple-photo-app-with-vue-js-axios-and-flickr-api-part-1-e6e84bfe2580

Hello! Welcome to Part 1 of this tutorial series, in which we’ll create a simple photo app using Vue.js, Axios, and the Flickr API. The goal of this series is to practice basic Vue concepts and gain exposure to working with an API. I am assuming basic working knowledge of HTML, CSS, and Javascript, and some familiarity with Vue. If you’re new to the latter, I suggest checking out a different series I wrote, Creating an Online Store with Vue CLI, where I offer more detailed explanations of core concepts. Let’s get to it!

Assuming you have the latest version of the Vue CLI installed, create a new project by navigating to where you want to save it in your terminal and entering the following: