Skip to content

kanikasharma-18/Hacktoberfest-Html_CSS_JS

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 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 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.

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 stylesheet
└── README.md # Project documentation (this file)

πŸš€ How to Contribute

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

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!

πŸ“ 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 ✨

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

Happy coding and happy Hacktoberfest! πŸŽƒ

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

About

This repository contains html css and js concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%