mern-scheduling-app

This app is meant for HR or Teams who want to organise their tasks better with much more flexibility where they can manage them, and notify everyone that's concerned. Requirements:
React.js / MongoDB
First add a .env with the following line :
JWT_KEY=secret

Then to run the App :

Start by running the server/Backend :

  • npm install
  • npm start
    Then the frontend App :
  • cd frontend npm install
  • npm start

Here are some Screenshots of the App :

  • Login and Register page :
    index1
    index1
  • Dashboard :
    The user can controle everythign through the dashboard and manage Tasks, schedule them, write notes/stickers and notify other employees.
    index1
    index1
  • Profile :
    The user here can modify his informations and the company's along with the relations between the employees and other businesses
    index1
    index1
  • The Schedule :
    Here we can view every employee with every single tasks with the time and dates:
    index1