Demonstration project showing specific concepts and techniques. Use it as a reference.
- JDK 8+
# See project files for build instructions- Follow standard Java conventions
- Keep code clean and well-organized
- Use meaningful variable and method names
- Write clear, descriptive commit messages
- One logical change per commit
- Test before committing
- Write tests for new functionality
- Run the full test suite before pushing
- Keep tests focused and independent