Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szymonpoltorak/educational-organiser
A school app made to help students in their everyday life. It has features like ToDo, Notes, Calculator, Average Counter and Timer.
https://github.com/szymonpoltorak/educational-organiser
css java javafx latex organiser
Last synced: 11 days ago
JSON representation
A school app made to help students in their everyday life. It has features like ToDo, Notes, Calculator, Average Counter and Timer.
- Host: GitHub
- URL: https://github.com/szymonpoltorak/educational-organiser
- Owner: szymonpoltorak
- License: apache-2.0
- Created: 2022-05-26T09:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T21:21:55.000Z (over 2 years ago)
- Last Synced: 2024-12-15T20:43:00.037Z (2 months ago)
- Topics: css, java, javafx, latex, organiser
- Language: Java
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Educational Organiser
Project was made during project class of "Podstawy Inżynierii Oprogramowania" on Warsaw University Of Technology. Our
goal was to create an local app which would help students in their everyday learning. Project's topic was our own idea
and technologies we used depended on our decisions.# Authors
*[Szymon Półtorak](https://github.com/szymonpoltorak), [Adrian Nowosielski](https://github.com/aidian3k),
[Cezary Skorupski](https://github.com/CezaryS8), [Krystian Sereda](https://github.com/seredak319),
[Michał Szlązak](https://github.com/Michal-Szlazak).*# Projects Environment
* JDK 17.03 LTS,
* Maven 3.8.1,
* JavaFX 18.0.1,
* JUnit 5.8.2,
* CSS# Icon sources
Everything we did is only for educational purposes and we do not claim ownership of those icons.**Directory Icon**
* [Source](https://pixabay.com/pt/vectors/caixa-arquivo-pasta-1699630/),
* [Author](https://pixabay.com/pt/users/janjf93-3084263/),**Note Icon**
* [Source](https://www.onlinewebfonts.com/icon/126426),**Programme Icon**
* [Source](https://pixabay.com/pl/vectors/ksi%c4%85%c5%bcka-zeszyt-dziennik-uczy%c4%87-si%c4%99-5925273/),
* [Author](https://pixabay.com/pl/users/shafin_protic-16278454/),**Main Page Photo**
* [Source](https://pixabay.com/pl/photos/ksi%C4%85%C5%BCki-literatura-wiedza-edukacja-5937716/),
* [Author](https://pixabay.com/pl/users/hermann-130146/).# ScreenShots
**Main Page**
![](./readmeImages/MainPage.png)
**Timer**
![](./readmeImages/Timer.png)
**Notes**
![](./readmeImages/Notes.png)
**ToDo**
![](./readmeImages/ToDo.png)
**Average**
![](./readmeImages/Average.png)
**TimeTable**
![](./readmeImages/TimeTable.png)
**StandardCalc**
![](./readmeImages/StandardCalc.png)
**AdvancedCalc**
![](./readmeImages/AdvancedCalc.png)