Skip to content

Schedule Helper is a Java-based command line application designed to assist students in managing their schedules. This application was originally developed as a final project for ECS 102 - Intro to Computer Science.

Notifications You must be signed in to change notification settings

jgavrilo/Schedule-Helper

Repository files navigation

Demo Button

Schedule Helper

Schedule Helper is a Java-based command line application designed to assist students in managing their schedules. This application was originally developed as a final project for ECS 102 - Intro to Computer Science. The code has been reorganized, and a demo version is now available for users to try.

Technologies Used

  • Java 11
  • Visual Studio Code (VSCode)

Getting Started

  1. Clone the repository to your local machine or visit the project on Replit.
  2. Open the project in Visual Studio Code or use the Replit IDE.
  3. If you made any changes, run javac -d bin src/main/java/schedule_maker/*.java to compile the updated Java files.
  4. If on Replit IDE, click run and wait for "Hello World!" to appear.
  5. Run the project using ./run.sh.
  6. Follow the prompts to use the application.

Features

  • Add and drop classes
  • Create and view appointments
  • View weekly schedule
  • User-friendly interface

Usage

To use Schedule Helper, simply follow the prompts to add and drop classes, create and view appointments, and view your weekly schedule. All data is securely stored in text files on your local machine or within the Replit environment.

Demo

Check out the demo of Schedule Helper in action using the terminal here .

Contributions

Contributions are welcome to Schedule Helper! If you would like to contribute, please follow these steps:

  1. Fork the repository or clone the project on Replit.
  2. Make your changes.
  3. Run javac -d bin src/main/java/schedule_maker/*.java to compile the updated Java files.
  4. Submit a pull request with a description of your changes or share the updated Replit project link.

Thank you for your interest in improving Schedule Helper and supporting the evolution of school projects!

About

Schedule Helper is a Java-based command line application designed to assist students in managing their schedules. This application was originally developed as a final project for ECS 102 - Intro to Computer Science.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published