Web Dev has two subparts- the Frontend and the Backend of the website. Frontend is what you see in a browser whereas Backend (which cannot be seen) handles the logic and functionality that is necessary for everything to work 💻
The frontend of a website is made up of 3 major types of files:
1. Hyper Text Markup Language (.html)
2. Cascading Style Sheets (.css)
3. JavaScript (.js)
For the present workshop , we will focus on the frontend part , The requirements for Web Development Bootcamp are lited Below with installation instructions
- Vs code
- for preffered OS please find the setup here
- Installation on Widows
- Installation on Debian Linux
- Installation on Mac
- Git ( This is required for Git Workshop )
- Download Git for Windows
- for Debian Linux use this code on terminal
# apt-get install git
- for mac
$ brew install git
S.No. | Topic | Link |
---|---|---|
1. | HTML | Link |
2. | CSS | Link |
3. | Javascript | Link |
Upon learning and practising everything above, you’ll be more than just a cliché frontend developer.
S.No. | Extension |
---|---|
1. | CSS Viewer |
2. | ColorPick Eyedropper |
3. | Moesif Origin & CORS Changer |
Find all the code uncovered in Bootcamo here :
S.No. | Day 1 |
---|---|
1. | link |
S.No. | Day 2 |
---|---|
1. | link |
S.No. | Day 3 |
---|---|
1. | link |