Java Frankstein
A set of applications in Java with the objective of studying/reviewing in (depth or new) concepts of the language.
Technologies | How To Use | How To Contribute | Frankstein Ecosystem
These studies were developed with the following technologies:
- Java
To clone and run this application, you'll need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/duduxs/java-frankstein
# Go into the repository
$ cd java-frankstein
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
Take a look into others franksteins that were developed for studies.