A repository for Tukka Learn's Javascript projects with a focus on learning DOM manipulation , event handling and many more concepts step by step.
There are Two Branches in this repository:
- main : Contains Solutions for the projects.
- starter : Contains starter files for the projects which can be used to start the projects.
- Clone the starter branch to start the projects,You Just need to change in the script.js file only.
- We already setup everything for you in the starter branch like
- HTML Structure
- CSS styling
- HTML,CSS,JS linking
- See Readme.md file for Project Requirements on each project folder .
- Clone Starter Branch
git clone -b starter --single-branch https://github.com/tukkaLearn/javascript_project.git- Clone Main Branch
git clone -b main --single-branch https://github.com/tukkaLearn/javascript_project.git- Clone Project
git clone https://github.com/tukkaLearn/javascript_project.git