Skip to content

Mappevurdering i IDATT1003 Programmering 1 - Train Dispatch System

Notifications You must be signed in to change notification settings

josefinearntsen/Mappevurdering-Train-Departure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio project IDATA1003 - 2023

This file uses Mark Down syntax. For more information see here.

STUDENT NAME = Josefine Arntsen
STUDENT ID = 111782

Project description

This project is an implementation of a train departure system in Java. The system allows users to see an overview of train departures, add new trains, change track numbers and current time, add delays, and search for trains based on train number and destination.

Project structure

The project is organized in the following structure:

src: The source code for the project, including the implementation of the TrainDeparture and TrainDepartureRegister classes.

test: The folder containing JUnit test classes to test the functionality of the project classes.

Link to repository

https://gitlab.stud.idi.ntnu.no/josefiar/idatt1003-2023-mappe-traindispatchsystem

How to run the project

To run the project, follow these steps:

Open the project in a Java IDE like IntelliJ.

Find and run the main class TrainDispatchApp.

Follow the instructions displayed in the terminal/console to interact with the train departure system.

How to run the tests

How to run the tests:

Open the project in a Java IDE.

Navigate to the test folder.

Right-click on the JUnit test classes and select "Run" to execute the tests.

References

Chat GPT is used for errors and javadoc.

No other specific references were used in this project

About

Mappevurdering i IDATT1003 Programmering 1 - Train Dispatch System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages