Getting started with Vue.js 3 by building a Giphy search application

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • vue-cli

    🛠️ webpack-based tooling for Vue.js Development

    In this post, you'll learn how to use Vue CLI to build a Vue.js 3 application for searching Giphy's GIFs by using their API.

  • GiphySearch_Vue3

    You can fork the complete source code on Github.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • axios

    Promise based HTTP client for the browser and node.js

    I chose to go with Axios, as it's a very popular JavaScript library for making HTTP requests. It's an HTTP client that makes use of the modern Promises API by default (instead of the not so nice JavaScript callbacks 🙂) and runs on both the client and the server (i.e., Node.js).

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    Vue.js (181k)

  • Svelte

    Cybernetically enhanced web apps

    Svelte (45k)

  • React

    The library for web and native user interfaces.

    React (165k)

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

    Node.js - here's a free but outdated step by step guide/book for both Windows and Mac. Or, really, just go to the main website and download the executable for your machine

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Visual Studio Code

    Visual Studio Code

    Now, let's open this project in the editor of your choice (I'm using Visual Studio Code), and you should see something like this:

  • Bulma

    Modern CSS framework based on Flexbox

    Bulma is a cool framework that I used in the JWT authentication in an Angular application with a Go backend post in case you're interested in taking a look.

  • Angular

    Deliver web apps with confidence 🚀

    Angular (71k)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts