Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.68 KB

Readme.md

File metadata and controls

62 lines (41 loc) · 2.68 KB

Web Programming

Welcome to my Web Programming repository! This repository contains all my assignments and class activities for the Web Programming course. Feel free to explore the different branches and folders to check out the code and progress throughout the course.

Table of Contents

Technologies Used

This project utilizes the following technologies:

  • JavaScript: Used for client-side scripting. JavaScript Logo

  • HTML: Markup language for structuring web content. HTML Logo

  • CSS: Stylesheets to enhance the visual presentation. CSS Logo

  • Bootstrap: Front-end framework for responsive and modern design. Bootstrap Logo

  • jQuery: JavaScript library for simplifying HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. jQuery Logo

These technologies come together to create a dynamic and visually appealing web experience. Explore the code to see how they are implemented in different assignments and class activities.

Installation

To clone this repository and get started, follow these steps:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone the repository.
  3. Run the following command:
git clone https://github.com/saadsohail05/Web-Programming.git   
  1. Switch to the desired branch using the following command:
git checkout branch-name 
  1. Replace branch-name with one of the following: Assignment-01, Assignment-02, Assignment-03, Class-Activities, or main.

Folder Structure

The repository is organized into the following folders based on the branches:

  • Assignment-01: Contains code and resources related to Assignment 01.
  • Assignment-02: Contains code and resources related to Assignment 02.
  • Assignment-03: Contains code and resources related to Assignment 03.
  • Class-Activities: Includes code and materials from various class activities.
  • Main: Main branch with the latest stable code.

Feel free to delve into each folder to find specific files and resources.

If you have any questions or suggestions, feel free to reach out. Happy coding!