Basic JavaScript (4/1)
This repository contains every practices and projects I've done for learning core Javascript concepts in 4/1. For part one, I've followed this course for learning. And after that I've finished doing this course, which includes 30 small projects can be built by vanilla JS.
-
Section one is all about setting up the editor and course outline. I've used vscode as editor.
-
Section two contains basic concepts and 5 challenges.
-
Section Three contains some examples about how Javascript works behind the scene.
-
Section four contains a Dice game and a task (a different mode of dice game).
-
Section five contains some advance JS concepts and a fun quiz game based on these concepts.
-
Section six contains a project of budget control application.Follow the description for details.
-
Section seven contains the concepts about ES6 features and based on the concepts a task is given.
-
Section eight is all about Asynchronous JS and Ajax call.
-
Section nine contains a project named forkify where one can fetch food recipes by api call, rate recipes, calculate servings and shoplist.
-
Section ten contains a crash course about nodejs which is not finished yet.
There are 30 small projects on Vanilla Javascript. follow the description.