A beautiful single-page application for collecting and sharing valuable tech learning resources! Share your favorite tech materials, tutorials, documentation, and more with the community.

The Tech Materials Library serves as a collaborative platform where developers can:
git clone https://github.com/GDG-On-Campus-ICTU/MaterialHub-Hactoberfest.gitNavigate to the project directory:
cd tech-materials-libraryOpen with VS Code:
code .Install Live Server extension in VS Code
Click on Extensions icon in VS Code Search for "Live Server" Install the extension by Ritwick Dey
Right-click on index.html and select "Open with Live Server"
The application should now be running in your default browser! ? ? How to Contribute We love contributions! Here's how you can help:
Click the "Fork" button at the top right of this repository
git clone https://github.com/GDG-On-Campus-ICTU/MaterialHub-Hactoberfest.gitgit checkout -b your-nameAdd new features
Fix bugs
Improve documentation
Enhance styling
Ensure your changes don't break existing functionality
Verify responsive design on various screen sizes
git add .
git commit -m " Add awesome new feature"git push origin your-nameGo to your fork on GitHub Click "New Pull Request" Select your branch Submit the pull request with a clear description of your changes
Code Style Guidelines
Use meaningful variable and function names Add comments for complex logic Follow consistent indentation Keep functions small and focused
? Design Guidelines
Maintain the existing color scheme Keep UI elements consistent Ensure responsive design Follow accessibility best practices
? Featured Contributors
? License This project is licensed under the MIT License - see the LICENSE file for details. Acknowledgments
Thanks to all contributors Inspired by the amazing tech community Built with ❤️ for developers by developers
Made with ❤️ by GDG On Campus ICT-U
# MaterialHub-Hactoberfest