Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edbert-fl/scroll-manager
- Owner: edbert-fl
- Created: 2024-01-12T02:31:24.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T03:56:17.000Z (11 months ago)
- Last Synced: 2024-10-13T18:22:54.708Z (3 months ago)
- Topics: java, javafx-application, portfolio-project
- Language: Java
- Homepage: https://edbert-fl.github.io
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.