Project Title: Schnipsel
Schnipsel is a small java application that can run on any machine that has JRE installed. It helps people learn new words, which they are not familiar with, faster. Schnipsel in German means "a piece of paper", that is the basic idea of it. Just like you would write a new word in a piece of paper and the translation on the back side of it, you can write on this application a word and it's translation and practice it any number of times without the hassle of dealing with pieces of paper.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
You need to have JRE AND JDK installed on your computer. To install click here: https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html Next you need import this project to your NETBEANS and BUILD it by right clicking on the project and clicking clean and build. Next a jar file will be generated by netbeans, go to that directory which is propably ../NetbeansProjects/Schnipsel/Dist/Schnipsel.jar Double click on it to open. If you are on linux you may need to make it executable first with chmod +x Schnipsel.Jar
Deployment Just put the jar file and the lib files in zip file and extract where you need to run it. Make sure the computer has JRE installed on it.
Built With
Java SE
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Xherdi Lika - Version 1.0 See also the list of contributors who participated in this project.
License
This project is licensed under the GNU General License
Acknowledgments
Hat tip to anyone who's code was used