You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
-
# Project Title
2
-
JavaSketchPad README
1
+
# JavaSketchPad README
2
+
This project started with a simple idea of a sketch pad with connected and annotated dots; yet it ends up connecting a handful of UCSD undergrads to create something much more. This side project of ours has helped us learn an enormous amount about coding in Java and team management as well as git usage.
3
+
Our project goal is to create a visual exploration of Java API. JavaSketchPad will
4
+
```
5
+
1. allow beginners to learn all programming languages visually
6
+
2. enable developers to program faster through visual coding in all programming languages
7
+
3. make visualization of all of Java API possible, bypassing the old way of looking through
8
+
the functionalities in online tedious documentations
9
+
```
10
+
Currently JavaSketchPad support partially success usage in Java. Most of the development happens in develop branch, and we will push into Master branch every once in a while for the published version.
0 commit comments