SantiagoMC52 / vue-course

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

- 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


Languages

Language:Vue 64.9%Language:JavaScript 14.5%Language:HTML 12.8%Language:CSS 7.8%