Phase 1: Foundations
Before we start learning how to code, make sure you have made a Github account and also installed VS code(or any compiler of your choice) in your device. Here, we will learn basic topics that are important to kickstart your full-stack journey.
So for the foundation, we will start by making a repo in the Github and cloning it in your device. To make the repo, simply go to the github.com (login if needed) and click on repositories where you will find an option to make a new repo, name it Fullstack (you can name it anything you want). Then simply open your compiler in my case it is VS code, and clone the repo by pressing Cmd + Shift + P (for mac) and Ctrl + Shift + P (for windows). After this we will create folder layout, in this case it goes like:my-learning-journal/
index.html
blog.html
roadmap.html
contact.html
css/
style.css
Before diving into the coding part, lets get some basics done. What is HTML, CSS and JavaScript?
Let’s suppose the website is a human body then HTML will be it’s skeleton/bones. It gives structure to the body. Meanwhile