Skip to content

It is a task tracking page that allows users to manage, review and add comments to their assigned tasks/projects using React, JavaScript, Node.js, MySQL, CSS and HTML.

Notifications You must be signed in to change notification settings

YamurBirinci/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task-Manager

It is a task tracking page that allows users to manage, review and add comments to their assigned tasks/projects using React, JavaScript, Node.js, MySQL, CSS and HTML.


Steps to run the project

  1. The file path of the backend file is written to terminal.
  2. 'nmp start' is typed so the server starts listening to port 8081.
  3. The file path of the frontend file is written to terminal.
  4. 'nmp start' is typed so that port 3000 starts running.

Project

TaskManager1

Tasks are listed in order of increasing ID and increasing time to deadline. The task can be removed from the list with the delete button. The task is not completely deleted from the database, it just becomes inactive.

TaskManager2

User enters the information when s/he wants to create a new task. It is mandatory to select Deadline and Responsible, otherwise a warning message will be sent.

TaskManager3

The user can view task details by clicking on the task's row. Additionally, can add new comments and view existing comments.

TaskManager5

When there is a deadline, status or other things s/he wants to change, s/he can update the information by clicking the edit button.


External Resources

In this project, Build a Date Picker in 15mins Using JavaScript & React from Scratch on Medium A Date Picker implementation from the article was used. This implementation is integrated as the calendar component of the project.

Purpose of Usage

Date Picker code has been used as a component that facilitates user date selection without using any library. It was preferred to speed up the project development process.

About

It is a task tracking page that allows users to manage, review and add comments to their assigned tasks/projects using React, JavaScript, Node.js, MySQL, CSS and HTML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published