Skip to content

ahmadshahid12-coder/WebDevLab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Web Development Environment Setup

This guide will help you set up a basic web development environment for HTML, CSS, and JavaScript projects.


🧰 Tools to Install

Tool Purpose Download Link
Visual Studio Code Code editor for writing and managing your web projects Download VS Code
Git Version control system to track code changes Download Git
GitHub Platform for hosting and sharing repositories Create GitHub Account
Google Chrome Browser for testing websites Download Chrome
Mozilla Firefox Alternative browser for cross-browser testing Download Firefox
Node.js (Optional) JavaScript runtime for backend and package management Download Node.js

βš™οΈ Installation Steps

  1. Download and install all the above tools.
  2. Open Visual Studio Code.
  3. Go to the Extensions tab (Ctrl + Shift + X).
  4. Install the following extensions:
    • πŸ”Ή Live Server – for viewing real-time changes in your browser.
    • πŸ”Ή Prettier – for auto-formatting your code.

πŸš€ How to Use

  1. Open your project folder in VS Code.
  2. Right-click your HTML file β†’ Select β€œOpen with Live Server.”
  3. Your project will open in your default browser.
  4. Any changes you make in your code will refresh automatically in the browser.

🧩 Tips

  • Keep your projects organized in separate folders.
  • Use Git commands (git init, git add, git commit, git push) to manage versions.
  • Regularly push your code to GitHub for backup and collaboration.

Happy Coding! πŸ’»

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages