Skip to content

Commit 3c939d4

Browse files
Merge pull request #17 from thiefsheep/master
Added missing descriptions
2 parents b3d806b + 08aa654 commit 3c939d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ It works on web users’ computers — even when they are offline and allows you
66
### Projects for Beginners
77

88
* Make a Tic Tac Toe Board
9-
* Make a web based calculator
9+
* Make a web based [calculator](https://github.com/Cybros/JavaScriptProjects/tree/master/calculator)
1010
* Make a Todo List with persisting browser storage using localStorage api
1111
* Make a unit converter (time, distance, currency, etc)
1212
* Random Maze Generator as an online game
1313
* Make a web based digital clock
14-
* Update CSS variables with JS
14+
* [Update CSS variables](https://github.com/Cybros/JavaScriptProjects/tree/master/change-css-with-js) with JS
15+
* Make a [flying color changing butterfly](https://github.com/Cybros/JavaScriptProjects/tree/master/Butterfly_) with JS using the Canavas Api.
16+
* Make a web based [Drum](https://github.com/Cybros/JavaScriptProjects/tree/master/drums) with sounds and keyboard input using JS
1517
### Intermediate Level Projects
1618

1719
* Make a script which autofills common signup fields using random data

0 commit comments

Comments
 (0)