Skip to content

Commit b404a74

Browse files
author
Sonny Li
committed
Update README.md
1 parent 29e245a commit b404a74

File tree

1 file changed

+108
-2
lines changed

1 file changed

+108
-2
lines changed

README.md

Lines changed: 108 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,108 @@
1-
# learn-java
2-
Learn Java | Codecademy ☕️
1+
# Learn Java
2+
3+
<a href="https://www.codecademy.com" target="_blank"><img src="https://github.com/Codecademy/learn-cpp/blob/master/logo.png" align="right" width=170;></a>
4+
5+
<!-- [![](https://img.shields.io/badge/language-English-blue.svg)](./README.md) -->
6+
7+
**Curriulum Developer:** Sonny Li ([email protected]) [![alt text][1]][1.1] [![alt text][6]][6.1]
8+
9+
<!-- links to social media icons -->
10+
11+
<!-- icons without padding -->
12+
13+
[1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)
14+
[2]: http://i.imgur.com/fep1WsG.png (facebook icon without padding)
15+
[3]: http://i.imgur.com/VlgBKQ9.png (google plus icon without padding)
16+
[4]: http://i.imgur.com/jDRp47c.png (tumblr icon without padding)
17+
[5]: http://i.imgur.com/Vvy3Kru.png (dribbble icon without padding)
18+
[6]: http://i.imgur.com/9I6NRUm.png (github icon without padding)
19+
20+
<!-- links to social media accounts -->
21+
22+
[1.1]: http://www.twitter.com/sonnynomnom
23+
[6.1]: http://www.github.com/sonnynomnom
24+
25+
[1.2]: http://www.twitter.com/marielsmusings
26+
[6.2]: http://www.github.com/marielfrank
27+
28+
**Curriulum Developer:** Mariel Frank ([email protected]) [![alt text][1]][1.2] [![alt text][6]][6.2]
29+
30+
**Artwork:** Jared Langel
31+
32+
## Course Link ##
33+
34+
https://www.codecademy.com/learn/learn-java
35+
36+
## 1. Hello World ##
37+
38+
```
39+
$ javac HelloWorld.java
40+
$ java HelloWorld
41+
```
42+
43+
- [ ] [`HelloWorld.java`]
44+
45+
**Project**
46+
47+
- [ ] TBD
48+
49+
## 2. Variables ##
50+
51+
**Project:**
52+
53+
## 3. Conditionals & Logic ##
54+
55+
- [ ] TBD
56+
57+
**Project**
58+
59+
## 4. Loops ##
60+
61+
- [ ] TBD
62+
63+
**Project**
64+
65+
## 5. Arrays ##
66+
67+
- [ ] `tokyo.cpp`
68+
69+
**Project**
70+
71+
## 6. Functions ##
72+
73+
**Project**
74+
75+
- [ ] [UFO](6-functions)
76+
77+
## 7. Classes & Objects ##
78+
79+
- [ ] TBD
80+
81+
**Project**
82+
83+
## 8. Graphics ##
84+
85+
- [ ] `pointers.cpp`
86+
87+
### Java Style Guides ###
88+
89+
* Codecademy Java Style Guide
90+
* [Microsoft C++ Style Guide](https://github.com/Microsoft/AirSim/blob/master/docs/coding_guidelines.md)
91+
* [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
92+
93+
### Java Cheatsheets ###
94+
95+
* TBA
96+
97+
### Hall of Fame ###
98+
99+
* TBA
100+
101+
<br>
102+
103+
## Contribution Guidelines
104+
105+
We'd love to have you contribute!
106+
107+
Please note that this project is released with a [Contributor Covenant](https://www.contributor-covenant.org).
108+
By participating in this project you agree to abide by its terms.

0 commit comments

Comments
 (0)