Time for a Break is a desktop application that sends reminders at regular intervals to the user to take a short break and relax.
- Clone the Repository by executing the below command
git clone https://github.com/visajshah/Grp22-Time-for-a-Break.git
- You first need to download node.js from here
- then run the following command on the terminal to download all dependencies
cd '.\Grp22-Time-for-a-Break\Project Work\Source Code\'
npm install
- Then you can run the application by executing below command on the local machine.
npm start