- Clone de repository
- Download Visual Code extension Live Server
- Open
index.html
with Live Server extension
- Random User Generator is a simple app made to generate random people
- API used: https://randomuser.me/
- 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
- App made with Vue.j as a reminder of tasks. You can add a task, delete it and mark it as a reminder
- For the backend I used https://www.npmjs.com/package/json-server to have a quick backend