-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
99 lines (76 loc) · 4.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
This is a collection of code projects I made on Codecademy.
APIs
- bitly learning track - Python: https://www.codecademy.com/tracks/bitly
- bitly API script - Python 2 source code: apis/bitly_py2.py
- bitly API script - Python 3 source code: apis/bitly_py3.py
- placekitten learning track - Python: https://www.codecademy.com/tracks/placekitten
- placekitten script - Python 2 source code: apis/placekitten_py2.py
- placekitten script - Python 3 source code: apis/placekitten_py3.py
Code'n'Tell
The Code'n'Tell (https://www.codecademy.com/courses/web-beginner-en-R7w8I/0/1)
course.
As far as I can remember, it was first located in the jQuery learning track,
but was then moved to the Codecademy Codebits feature. Since the Codebits
feature is not available anymore, please refer to the CodePen versions.
- List maker - CodePen version: https://codepen.io/christianheinrichs/pen/bJBqWw
- List maker - Source code: code-n-tell/list-maker
- Navigation header - CodePen version
- Navigation header - Source code: code-n-tell/navigation-header
- Tabbed navigation - Codebits version: https://codepen.io/christianheinrichs/pen/KjLXGg
- Tabbed navigation - Source code: code-n-tell/tabbed-navigation
HTML & CSS
- No projects yet
Goals
This folder contains the ‘Goals’ projects located on the index page of the
‘Learn’ (https://www.codecademy.com/learn) tab.
- About You - CodePen version: https://codepen.io/christianheinrichs/pen/boKxdM
- About You - Source code: goals/about-you
- Animate Your Name - CodePen version: https://codepen.io/christianheinrichs/pen/EBzwJE
- Animate Your Name - Source code: goals/animate-your-name
- Sun, Earth and Code - CodePen version: https://codepen.io/christianheinrichs/pen/orRGrJ
- Sun, Earth and Code - Source code: goals/sun-earth-and-code
JavaScript
This folder contains Codecademy JavaScript projects. Since the Codebits feature
of Codecademy has been removed, please refer to the following CodePen links.
- Cash register - CodePen version: https://codepen.io/christianheinrichs/pen/MMdOgv
- Cash register - Source code: javascript/cash-register
- Rock, Paper, Scissors - CodePen version: https://codepen.io/christianheinrichs/pen/Bgemaj
- Rock, Paper, Scissors - Source code: javascript/rock-paper-scissors
jQuery
- No projects yet
PHP
- No projects yet
Pythonpython
This folder contains Codecademy Python projects written to be compatible with
Python 2 and Python 3.
- Battleship! - Codecademy course: https://www.codecademy.com/courses/python-beginner-en-4XuFm/0/1?curriculum_id=4f89dab3d788890003000096
- Battleship - Python 2 source code: python/battleship_py2.py
- Battleship - Python 3 source code: python/battleship_py3.py
- Pyg Latin Translator (PTL) - Codecademy course: https://www.codecademy.com/courses/python-beginner-2W5v7/0/1?curriculum_id=4f89dab3d788890003000096
- Pyg Latin Translator (PLT) - Python 2 source code: python/plt_py2.py
- Pyg Latin Translator (PLT) - Python 3 source code: python/plt_py3.py
Ruby
- Duckifier - Source code: ruby/duckifier.rb
- Redactor program - Source code: ruby/redact_it.rb
Web projects
The CodePen live versions are located here:
- Basic projects
- Checking Input: https://codepen.io/christianheinrichs/pen/JQqOde
- CSS Buttons: https://codepen.io/christianheinrichs/pen/wLbPMW
- Date Picker: https://codepen.io/christianheinrichs/pen/rEgYLv
- Draw with JavaScript: https://codepen.io/christianheinrichs/pen/RzmLJd
- Web Form: https://codepen.io/christianheinrichs/pen/agrVmR
- Advanced projects
- Client-side form validation: https://codepen.io/christianheinrichs/pen/zVQEMp
If you only want to look at the source code, refer to the following section:
- Basic projects
- Checking Input: web-projects/checking-input
- CSS Buttons: web-projects/css-buttons
- Date Picker: web-projects/date-picker
- Draw with JavaScript: web-projects/draw-with-javascript
- Web Form: web-projects/web-form
- Advanced projects
- Client-side form validation: web-projects/client-side-form-validation
#### Licensing
This project is licensed under the GNU GPL 3.0 license. To read it, please
refer to the LICENSE document.