Skip to content

Shaily-62/Hacktoberfest-Html_CSS_JS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

300 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest Repository 🎃

Welcome to our Hacktoberfest repository! This project is open to all developers who want to contribute during Hacktoberfest. Whether you're a beginner or an experienced developer, we welcome your contributions to help improve this project.

Repository Description

This repository includes HTML, CSS, and JavaScript files. The folder structure is simple and clean, making it easy for contributors to understand and add their own features or improvements.

Project Structure

├── html/ # html files directory
│ └── index.html # Main html file
├── css/ # CSS stylesheets directory
│ └── style.css # Main stylesheet
├── js/ # JavaScript files directory
│ └── script.js # Main JavaScript file
├── dsa/ # DSA directory
│ └── binary_search.js # Main DSA file
└── README.md # Project documentation (this file)

🚀 How to Contribute

⚠️ Before starting work on any feature or fix, create an issue and get assigned by a maintainer. This ensures no duplicate work and keeps contributions organized.

Forking the Repository

  1. Fork this repository by clicking the "Fork" button at the top right of this page
  2. This will create a copy of this repository in your GitHub account
  3. Please star the repository if you find it good.

Making Contributions

  1. Clone your forked repository to your local machine:
   git clone https://github.com/your-username/repository-name.git
  1. Create a new branch for your feature:
git checkout -b feature/your-feature-name
  1. Make your changes to the codebase

  2. Stage and commit your changes:

git add .
git commit -m "Add your descriptive commit message here"
  1. Push to your forked repository:
git push origin feature/your-feature-name
  1. Create a Pull Request:
  • Go to the original repository on GitHub
  • Click "New Pull Request"
  • Select your branch from your forked repository
  • Add a descriptive title and explanation of your changes
  • Submit the pull request! 🧾 Add Yourself to the Contributors List

After submitting your contribution, add yourself to Contributor.md: Format:

  1. Your Name | LinkedIn Profile | GitHub Profile
    • [Short Task Description]

Example:

  1. Harshit Pachori | LinkedIn | GitHub
    • Added Bento Grid example in HTML/CSS

Note : If your name is already there, then just move to next line add two tab and add your next work intro. Ensure no duplicate entry should be there.

📁 Folder Structure Details

  • HTML Directory: Contains the HTML files you want to share
  • CSS Directory: Stylesheets for styling the web pages
  • JS Directory: JavaScript files for adding interactivity and functionality
  • DSA Directory: Contains all DSA related problems topic wise in js language

📋 Hacktoberfest Guidelines

  • ✅ Make meaningful contributions - avoid spammy PRs
  • ✅ Follow the existing code style of the project
  • ✅ Add comments to your code when necessary
  • ✅ Test your changes before submitting
  • ✅ Update documentation if you change functionality
  • ✅ Be respectful to other contributors

👥 Contributors

Our Amazing Contributors ✨



Alt

Join Our Contributor List!

Make your first contribution and see your GitHub avatar appear here! Every contribution counts, no matter how small.

🆘 Need Help?

  • Check existing issues for similar questions
  • Create a new issue if you encounter bugs
  • Ask questions in the discussions section
  • Reach out to maintainers for guidance

📜 License

This project is licensed under the MIT License.
See the LICENSE file for more details.

Happy coding and happy Hacktoberfest! 🎃

Remember: Quality over quantity. Make meaningful contributions that actually help the project!

License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this project for personal or commercial purposes, as long as proper credit is given to the original authors.

About

This respository includes HTML, CSS, and JavaScript files. The folder structure is simple and clean, making it easy for contributors to understand and add their own features or improvements.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.4%
  • CSS 13.1%
  • C++ 12.1%
  • HTML 11.4%