A simple CLI for managing your tasks with your CLI. This was built as a demo application for a session at Hackademy Y24.
You will need Bun to run this project. You can find the installation guide here.
Then you need to clone this git repository locally and install the dependencies:
# clone the repository
git clone git@github.com:Geektrovert/ToDo-CLI.git
# open to the folder
cd ToDo-CLI
# installing dependencies
bun install
You can run the project by running the following command:
bun run start