Welcome to the EDC IIEST SHIBPUR Basic Website repository! 🚀 This project is all about empowering aspiring entrepreneurs with essential tech skills to help their startups grow. We’re building a simple, foundational website using HTML, CSS, and JavaScript—and guess what? It’s open-source, just in time for Hacktoberfest! 🎉
Whether you're a coding newbie or a seasoned dev, this project offers you the chance to dive into web development, make meaningful contributions, and learn in the process. Let’s build something awesome, together.
The EDC IIEST SHIBPUR Basic Website is a starter project aimed at helping entrepreneurs pick up essential web development skills. We believe every startup founder should have a basic understanding of tech, and what better way to learn than by building a simple, functional website?
This project is designed to be collaborative and beginner-friendly, with opportunities to contribute during Hacktoberfest or any time of the year. 🌍
- Simple, Responsive Layout: A basic website that looks great on any device.
- HTML/CSS Components: Pre-built sections for easy editing and customization.
- JavaScript Enhancements: Add interactivity with vanilla JS (no frameworks here!).
- Open-Source Collaboration: Contribute, improve, and learn through real-world open-source development.
Before you start contributing, make sure you have the following tools installed:
- Git for version control.
- A code editor like VSCode (or your favorite).
- A modern web browser for testing your changes.
- Fork this repository by clicking the "Fork" button in the top-right corner.
- Clone the forked repo to your local machine:
git clone https://github.com/your-username/Basic-Website.git
- Navigate to the project folder and start contributing by improving or adding HTML, CSS, or JavaScript components.
Here’s the basic structure of the project:
index.html
: The entry point for the website./css
: Folder for all the stylesheets./js
: Folder for all JavaScript files.
We encourage contributions of all kinds—whether it’s fixing a bug 🐞, enhancing an existing feature, or adding something entirely new. And hey, we’ve also sprinkled a few intentionally left bugs and unfinished features in the Issues section, so feel free to jump in and help out!
- Create an issue if you find a bug or have a feature request or you can choose one of the existing issues.
- Fork the repository and create a new branch to make your changes.
- Once your changes are complete, submit a pull request for review and do mention the issue number along with PR title.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b your-feature-branch
- Make your changes, commit them, and push to your fork:
git add . git commit -m "Your descriptive commit message" git push origin your-feature-branch
- Open a Pull Request and let us know what you’ve contributed along issue number.
- Follow the coding style used in the project.
- Ensure your code is clean and well-commented.
- Test your changes in different browsers and devices for cross-browser compatibility.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code, but don’t forget to give credit! 😉
Got questions? Need help? Reach out to us:
- Email: iiests.edc@gmail.com
- GitHub: harsh-git98
We’re excited to see your contributions! Let’s make the web (and the startup world) a better place, one line of code at a time. 💻✨