java-projects

java-projects

A community created list of projects to improve your Java skills.

Java Projects

This is a community list of Java projects that beginners and experts alike can use to expanf their programming knowledge.

Contributing

Please contribute! Thats what this is all about. To add a project, add to the projects.yml file in the following format:

  - name: JSON Test
    category: Networks
    difficulty: 2
    class: learning
    url: mygreatsite.net
  • name: the name of the given project
  • category: any defining categories that you think the object belongs in
  • difficulty: the difficulty of the project, from 1-5
  • class: either "learning" or "open source"
  • url: any associated url (optional)