Skip to content

kwame-Owusu/study-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Session CLI Timer

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.

Features

  • 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.

Prerequisites

You need to have NodeJS and npm installed on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/kwame-Owusu/study-tracker.git
  2. Navigate to project Directory:
cd study-tracker/
  1. Install the required dependencies:
  npm install
  node study.js

Example Code Flow

╔═════════════════════════════╗
║    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

About

a personal CLI study tracker to log and have a session countdown to study university subjects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published