Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edbert-fl/scroll-manager

Scroll Management Desktop App built with Java and JavaFX
https://github.com/edbert-fl/scroll-manager

java javafx-application portfolio-project

Last synced: about 2 months ago
JSON representation

Scroll Management Desktop App built with Java and JavaFX

Awesome Lists containing this project

README

        

# Lab25-Mikhail-Group4-A2

## Download Instructions

1. To download the program, navigate to the "Tags" section in the repository.
2. Select the latest version by clicking on the corresponding tag.

## Getting Started

1. After downloading the program, open your command line or terminal.
2. Change your current directory to the project folder using the `cd` command:

```shell
cd Lab25-Mikhail-Group4-A2-
```

## Running the Program

To run the program, use the following command:

```shell
./gradlew run
```
or
```shell
gradlew run
```

## Testing the Program

To test the program, use the following command:

```shell
./gradlew test
```
or
```shell
gradlew test
```

## Admin Login Credentials
```admin
Username: Elephant
Password: password
```

That's it! You're now ready to run and test the program!

## Contributing
We welcome contributions to improve and enhance this project. Here's how you can contribute:

Fork the repository to your GitHub account.
Clone the forked repository to your local machine.
Create a new branch for your contribution:
```shell
git checkout -b feature/your-feature
```
Make your changes and commit them with a clear and concise message.
Push your changes to your forked repository:
```shell
git push origin feature/your-feature
```
Create a pull request from your forked repository to our main repository.
Our team will review your changes, provide feedback, and merge the pull request when it's ready.
Thank you for contributing to our project! Your help is greatly appreciated.