Skip to content

This project integrates key functionalities for employee and task management, introducing functions such as meeting organization and task difficulty analysis. The inclusion of average point per task statistics enables understanding of the complexity of tasks, empowering managers to make informed decisions.

JelenaTakac/smartPLAN-manage-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartPLAN Manage App - Setup Guide

This project integrates key functionalities for employee and task management, introducing functions such as meeting organization and task difficulty analysis. The inclusion of average point per task statistics enables understanding of the complexity of tasks, empowering managers to make informed decisions.

Table of contents

Overview

The setup guide

  • The application was created using Node.js v18.12.1 and React 18.2.0.
  • React Select component was implemented by installing the "react-select" dependency.
  • React Font Awesome Icons were integrated by installing the "react-icons" dependency.
  • To run the application in the terminal, use npm start

The assignment

Users can perform the following operations:

  • Create, read, update and delete an employee
  • Create, read, update and delete a task
  • View the 5 employees who completed the largest number of tasks in the past month
  • Create, read, update and delete a meeting
  • View the average point per task

Folder structure

Folder structure Folder structure

Additional functionalities

  • New Entity - Meeting:

    • Implemented a new entity - meeting.
    • Reason for implementing this entity: Organization of meetings in every company is one of the daily tasks and is more manageable if managers can manipulate using the app.
  • Statistic - Average Point per Task:

    • Implemented a statistic - average point per task.
    • Reason for implementing this statistic: This provides managers with insight into the difficulty of the tasks.

Links

  • Live Site URL: Live

Author

About

This project integrates key functionalities for employee and task management, introducing functions such as meeting organization and task difficulty analysis. The inclusion of average point per task statistics enables understanding of the complexity of tasks, empowering managers to make informed decisions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published