Skip to content

A repository that shows my first attempt at learning VueJS with CDN while integrating two API's

Notifications You must be signed in to change notification settings

davidcastel/First-Attempt-VueJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First-Attempt-VueJS

A repository that shows my first attempt at learning VueJS with CDN script

I followed the following tutorial for this small project: Source to Video: Vue JS Crash Course 2021 - Traversy Media Only the first 21 minutes of the video

What contains in this repo

This repo contains a small and simple Vue JS program. A small step in learning more about VueJS.

The program generates a random user using the Random User API. When the user clicks on the first button, the text on screen will change to the data of the new random user. (First Name, Last Name, email and set the new image)

The program also generates a random joke using the Official Joke API. When the user clicks on the second button with the text Get Random Joke, a setup line will be displayed and a punchline will displayed underneath. A random joke will generate every time the user clicks on the button.

Releases

No releases published

Packages

No packages published