Skip to content

Commit 1a6d915

Browse files
committed
198 README Update
- Added Child Repositories Field. - Renamed Index to Development Workflow. - Heading Changed to Proof of Concept.
1 parent 9997f99 commit 1a6d915

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
# JavaScript
2-
3-
Learning the JavaScript Language from the Internet. [![HitCount](http://hits.dwyl.com/Ch-sriram/JavaScript.svg)](http://hits.dwyl.com/Ch-sriram/JavaScript)
1+
# JavaScript - Proof of Concept
42

3+
Implementation & Explanation of Beginner to Advanced JavaScript Concepts [ES5 & ES6]. [![HitCount](http://hits.dwyl.com/Ch-sriram/JavaScript.svg)](http://hits.dwyl.com/Ch-sriram/JavaScript)
54

65
Resources:
76

8-
<ol>
9-
<li>
10-
<a href="https://www.udemy.com/the-complete-javascript-course/">JS Course</a> & <a href="https://github.com/jonasschmedtmann/complete-javascript-course">Github Repo for JS</a> by <a href="https://twitter.com/jonasschmedtman">Jonas Schmedtmann</a>
11-
</li>
12-
<li>
13-
<a href="https://github.com/getify/You-Dont-Know-JS">You Don't Know JS</a> by <a href="https://github.com/getify">Kyle Simpson (getify)</a>
14-
</li>
15-
<li>
16-
<a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript">JS Docs by MDN</a>
17-
</li>
18-
</ol>
7+
1. [JS Course](https://www.udemy.com/the-complete-javascript-course/) & [GitHub Repo for JS](https://github.com/jonasschmedtmann/complete-javascript-course) by [Jonas Schmedtmann](https://twitter.com/jonasschmedtman)
8+
2. [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) by [Kyle Simpson (getify)](https://github.com/getify)
9+
3. [JS Docs by MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript)
10+
11+
*More resources will be added depending on the usefulness of the resource.*
12+
13+
## Child Repositories (Project Deployments)
1914

20-
<em>More resources will be added depending on the usefulness of the resource.</em>
15+
These are the projects that are implemented using JavaScript as a proof of concept.
2116

22-
<hr/>
17+
- Pig - dice game: **[Live here](https://pig-dice-game.chsriram.repl.co/)** | **[GitHub Repo](https://github.com/Ch-sriram/Pig-Dice-Game)**
18+
- Budgety - budget app: **[Live here](https://budgety-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/Budgety)**
19+
- Forkify - online recipe search: **[Live here](https://forkify-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/forkify)**
2320

24-
### Index
21+
## Development Workflow
2522

2623
Syntax -
2724
<em>&lt;topic name>: &lt;html file> | &lt;JavaScript file></em>

0 commit comments

Comments
 (0)