mukulaggy / GDSC_ecommerce_istop_dummywebsite

0 stars 4 forks source link
css hacktoberfest html

GDSC_ecommerce_istop_dummywebsite

This is a ecoomerce website.it contains only frontend created using HTML,CSS.

I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023. 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.

Getting Started

  1. Fork the Repository: Begin by forking our git clone [https://github.com/pccoe-acm-hacktoberfest-2023/GDSC_ecommerce_istop_dummywebsite.git] to your GitHub account. This creates a copy of the project that you can modify.

2.Clone the project

  git clone https://github.com/pccoe-acm-hacktoberfest-2023/GDSC_ecommerce_istop_dummywebsite.git

Create branch

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