pccoe-acm-hacktoberfest-2023 / Restaurant_website_HacktoberFest

https://acm-hacktoberfest-restaurant-website.netlify.app/
2 stars 17 forks source link
css hacktoberfest html

PCCOE-ACM-HACKTOBERFEST-2023

Restaurant-website-hacktoberfest

I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.

Project Description

This project is a purely front-end project.These static webpage created using HTML and CSS.

Take a look at the : https://hrutvikkhatkar.github.io/Restaurant_website_HacktoberFest/

home_page

Restaurant Website, a HacktoberFest Project for Beginners πŸ•ΆοΈ

Whether you are a coder πŸ‘¨πŸΎβ€πŸ’» or non-coder πŸ‘©β€πŸŽ¨, newbie πŸ‘Ά or more experienced πŸ‘΄, your contribution is welcome!

Let's build a website and join the revolution!

Thanks in advance for your help! 😎

HacktoberFest-img

Hacktoberfest Summary

Hacktoberfest is an event on GitHub or GitLab that encourages everyone to participate in open-source software development. To complete the challenge, you need to make four or more pull requests during the month of October. Successful pull requests earn you digital badges and provide an opportunity to learn more about git, GitHub or GitLab, and in this project's case, web development, JavaScript, HTML, and CSS.

Visit hacktoberfest.com ) β†— for more information.

Getting Started

Clone the project

  git clone https://github.com/your_user_name/Restaurant_website_HacktoberFest.git

Create branch

  git checkout -b "<your branch name>"
    git add .
    git commit -m 'commit message'
    git push origin <your branch name>