A task manager app inspired by JIRA allows you to manage your daily tasks.
- Prerequisites
- you need to have node.js installed in your machine
- installing dependencys
- this project is shared without node_modules folder so you have to install all the the dependencys by your self.
- to install dependencys:
- open your command line
- go to both these directroies
/frontend/task-manager-app/
and/backend
- execute
npm install
ornpm i
to install all the dependencys
- after installing all the dependencys you are ready to start the application:
- to start the application run
npm start
in both directories.
- to start the application run
there are 3 ways to see and manager your tasks:
1. List view:-
You can drag the text to change it state or click on the check box
-
Click on drop down icon to view the information u entred about the task:
- Calendar view:
- You can navigate to see your projects with a custom calendar:
- the days that have one or more task are highlited:
- the completed tasks have green border:
- while the uncompleted tasks have red border:
- Click on drop down icon to view the information u entred about the task:
- You can drag the text to change it state
- Click on drop down icon to view the information u entred about the task:
You get notified for every action you do
the app is fully responsive: