Uses sqlite as database
Go 1.16 or later
Raylib-Go (for rendering the GUI)
SQLite3 (for database storage)
- Clone the Repository
git clone https://github.com/SyedAsadK/Quicktask
cd Quicktask
- Install Dependencies Ensure that you have all required Go modules installed. You can do this by running:
go mod tidy
- Build the Application To build the application, use the go build command:
cd bin
go build -o quicktask
This will create a quicktask executable in the current directory.
- Run the Application After building the application, you can run it:
./quicktask
