From 1a6d9156a6ff625f0c574b88be53fb5e3a64ede1 Mon Sep 17 00:00:00 2001 From: Chandrabhatta Sriram Date: Wed, 27 May 2020 20:51:26 +0530 Subject: [PATCH 1/2] 198 README Update - Added Child Repositories Field. - Renamed Index to Development Workflow. - Heading Changed to Proof of Concept. --- README.md | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b6edc9b..aca8ddc 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,24 @@ -# JavaScript - -Learning the JavaScript Language from the Internet. [![HitCount](http://hits.dwyl.com/Ch-sriram/JavaScript.svg)](http://hits.dwyl.com/Ch-sriram/JavaScript) +# JavaScript - Proof of Concept +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) Resources: -
    -
  1. - JS Course & Github Repo for JS by Jonas Schmedtmann -
  2. -
  3. - You Don't Know JS by Kyle Simpson (getify) -
  4. -
  5. - JS Docs by MDN -
  6. -
+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) +2. [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) by [Kyle Simpson (getify)](https://github.com/getify) +3. [JS Docs by MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript) + +*More resources will be added depending on the usefulness of the resource.* + +## Child Repositories (Project Deployments) -More resources will be added depending on the usefulness of the resource. +These are the projects that are implemented using JavaScript as a proof of concept. -
+- Pig - dice game: **[Live here](https://pig-dice-game.chsriram.repl.co/)** | **[GitHub Repo](https://github.com/Ch-sriram/Pig-Dice-Game)** +- Budgety - budget app: **[Live here](https://budgety-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/Budgety)** +- Forkify - online recipe search: **[Live here](https://forkify-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/forkify)** -### Index +## Development Workflow Syntax - <topic name>: <html file> | <JavaScript file> From c4e03c8d71569efeaad45a87017793df200c1e73 Mon Sep 17 00:00:00 2001 From: Chandrabhatta Sriram Date: Wed, 27 May 2020 20:58:19 +0530 Subject: [PATCH 2/2] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file