Skip to content

liuhuijuan12/Restaurant_website_HacktoberFest

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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!

  • πŸ’‘ If you have any ideas (feature requests)about what cool things could go on the website, please create an issue to describe it.

    • Adding a CSS animation.
    • and more...
  • πŸ“’ If you have some additional thoughts on any of the issues, go ahead and πŸ–Š share your comment on the issue page.

  • πŸ•ΈπŸ§‘β€πŸ’» If you have some code you want to contribute, either directly submit a pull request or create an issue first, so then we can discuss it and/or I can assign the issue to you.

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

  • Fork this repository(Click the Fork button in the top right of this page, click your profile image)
  • Clone your fork down to your local machine

Clone the project

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

Create branch

  git checkout -b "<your branch name>"
  • Make your changes

  • Commit and Push

    git add .
    git commit -m 'commit message'
    git push origin <your branch name>
  • Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.)

  • Wait for your PR review and merge approval. I will review it as soon as possible. Thank you for your time and effort in improving this project!

  • Have a doubt about how to contribute refer contribution guide

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.3%
  • CSS 21.7%