GeorgeFarao / TaskTracker

Task Manager Web App using Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker Application

Task Tracker Web App using Angular

Description

Using this app you can create a list of tasks, each one having a description, day & time and a reminder. Users can add and delete tasks and turn their reminder on and off by double clicking on a task in the list.

The app without the form to add tasks looks like this

image

And with the form

image

There is also a simple about page in the footer of the app

image

The url for the app's index is http://localhost:4200/. You need to run ng serve first. For the backend, to store the tasks, I used json-server.
To start the json-server run npm run server. server script is configured in package.json. You can view the tasks stored using this link http://localhost:5000/tasks or through the db.json file.

This app is based on the Angular Crash Course from Travercy Media on YouTube.

About

Task Manager Web App using Angular


Languages

Language:TypeScript 77.8%Language:HTML 9.3%Language:CSS 6.8%Language:JavaScript 6.1%