Track'EM gives today's companies the ability to track their employees's producitivity and predict burnouts, depression and anxiety before it appears and then it provides a solution or a special treatment for this specific employee.
This application was built using React and Tailwind CSS. And it's integrated with a REST API built with Nodejs, Express and MongoDB
To get a local copy of the code, clone it using git:
git clone https://github.com/ouaelesi/Track-em-APP-
cd Track-em-APP-
Install dependencies:
npm i
Now, you can start a local web server by running:
npm start
And then open http://localhost:3000 to view it in the browser.
In this project, you can run the following scripts:
| Script | Description |
|---|---|
| npm run dev | Runs the app in the development mode. |
| npm run build | Builds the app for production to the dist folder. |