A simple CLI application that helps you track your study sessions by setting a countdown timer and saving the session details in a JSON file. using clack, ora and NodeJS.
- art greeting on the console.
- Get user input for study subject and time.
- data is saved to a JSON file, by subject matter.
- Countdown timer displayed on the console.
You need to have NodeJS and npm installed on your machine.
- Clone the repository:
git clone https://github.com/kwame-Owusu/study-tracker.git
- Navigate to project Directory:
cd study-tracker/
- Install the required dependencies:
npm install
node study.js
╔═════════════════════════════╗
║ Study Session Timer ║
╚═════════════════════════════╝
What subject are you studying? > Maths
How many minutes do you plan to study? > 25
You will study Maths for 25 minutes.
Starting the timer now...
Time left: 25:59