micheqn3 / task-manager

A task manager that allows the user to keep track of their daily to-do's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Task Manager

A task manager that allows the user to keep track of their daily to-do's.

The application allows the user to:

  • View their tasks
  • Add a new task
  • Delete a task
  • Toggle reminders on double click
  • Toggle the form to view or hide

Installing locally

  1. Make sure you have Node.js + Angular CLI to run the application
  2. Clone this repo

HTTPS: https://github.com/micheqn3/task-manager.git
SSH: git@github.com:micheqn3/task-manager.git

  1. Install the NPM packages

npm install

  1. Run the application

npm start

Technologies/Languages used:

  • JavaScript
  • TypeScript
  • Angular
  • JSON Server
  • Angular-FontAwesome

Screenshot

Task Manager
Task manager photo

License License: MIT

MIT

About

A task manager that allows the user to keep track of their daily to-do's.

License:MIT License


Languages

Language:TypeScript 75.7%Language:HTML 10.6%Language:CSS 7.4%Language:JavaScript 6.3%