Skip to content

Sudhirp007/my-php-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

My PHP Project

This project is a simple web application built with PHP that showcases a hero section, an about section, and a tutorial page focused on Git and GitHub.

Project Structure

my-php-project
├── src
│   ├── index.php          # Main entry point of the application
│   ├── tutorial.php       # Tutorial page with embedded YouTube videos and links
│   └── assets
│       └── css
│           └── styles.css # CSS styles for the project
├── package.json           # npm configuration file
├── tsconfig.json          # TypeScript configuration file
└── README.md              # Documentation for the project

Features

  • Hero Section: A welcoming introduction to the website.
  • About Section: Information about the team and mission.
  • Tutorial Page: A dedicated page for learning Git and GitHub with embedded videos and links to developer blogs.

Getting Started

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Open src/index.php in your web browser to view the application.

Tutorials

The tutorial page includes five YouTube videos that cover the following topics:

  1. Introduction to Git
  2. Understanding GitHub
  3. Branching and Merging in Git
  4. Collaborating with GitHub
  5. Advanced Git Techniques

Additionally, links to popular developer blogs are provided for further reading and resources.

Contributing

Feel free to submit issues or pull requests to improve the project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published