This project is a shell script-based application that helps students track their assignment submission deadlines by setting up an automated reminder system.
Before running the script, you need to grant it execution permissions.
chmod +x create_environment.shExecute the script to set up the environment. It will prompt you to enter your name, then create a directory named submission_reminder_{yourName} containing all necessary files and directories.
./create_environment.shAfter running create_environment.sh, navigate to the newly created directory and execute the startup.sh script.
cd submission_reminder_{yourName}
./startup.shThis will start the submission reminder app, check for upcoming assignment deadlines, and display reminders accordingly.