Skip to content

Two simple apps: random user generator and task tracker made with Vue.js following the tutorial from https://www.youtube.com/watch?v=qZXt1Aom3Cs

Notifications You must be signed in to change notification settings

SantiagoMC52/vue-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

- Random User Generator

Steps to reproduce

  • Clone de repository
  • Download Visual Code extension Live Server
  • Open index.html with Live Server extension

Description

- Task tracker

Steps to repodruce

  • Run npm install command in task-tracker folder to install dependencies
  • For the frontend run npm run serve so you can go to http://localhost:8080 to view it in the browser
  • For the backend run npm run backend so you can go to http://localhost:5000/tasks to see your API

Description

Home

task-home

Add task and task added

add-taskadded-task

About page

about

About

Two simple apps: random user generator and task tracker made with Vue.js following the tutorial from https://www.youtube.com/watch?v=qZXt1Aom3Cs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published