Skip to content

Merve-1/Web-Development-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Web Development Course

This repository contains structured learning materials and practice code for a full web development course. Each major topic is organized into its own Git branch for clarity and separation of concerns.

image

πŸ“š Course Topics Covered

  • HTML
  • CSS
  • JavaScript
  • React
  • PHP
  • SQL (Database Connections)
  • Laravel

Each topic is developed and maintained in a separate branch.

🌿 Branch Structure

Branch Name Content Description
html HTML fundamentals and examples
css Styling, layouts, and responsive design
javascript Core JavaScript concepts and exercises
react React components, hooks, and apps
php PHP basics and server-side scripting
sql Database design, queries, and connections
laravel Laravel framework projects and concepts

πŸš€ How to Use This Repository

  1. Clone the repository:

    git clone <repository-url>
  2. Switch to a specific branch:

    git checkout <branch-name>

    Example:

    git checkout react
  3. Install dependencies (if applicable):

    • For JavaScript/React:

      npm install
      npm start
    • For PHP/Laravel:

      composer install
      php artisan serve

About

This repository contains the content of a Web Development course covering HTML, CSS, JavaScript, GitHub, PHP, Laravel, and SQL. Each branch in the repository focuses on a specific topic in the course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors