This is a Next.js application created for the purpose of tracking and organising the break times of customer experience representatives rostered on a certain day.
-
Clone this repository into your desired file location:
git clone https://github.com/adynsydeez/break-tracker
-
Enter the folder:
cd break-tracker -
Install dependencies:
Frontend:
cd frontend npm installBackend:
cd backend npm installTo return to break-tracker directory
cd .. -
Run the frontend and backend servers (you’ll need two terminal windows or tabs):
Frontend:
cd frontend npm run devBackend:
cd backend node server.js -
Open your browser and go to:
http://localhost:3000