An open-source, community-driven platform that curates verified free learning resources, tools, and opportunities for students. Also includes a README Generator to help beginners document their projects.
- Resource Directory — Free courses (coding, ECE, AI, design), open-source tools, internship portals, and hackathon listings
- README Generator — Fill a simple form and get a ready-to-use
README.mdfor your project - Community Driven — Anyone can add resources via Pull Request
OpenStudentStack/
├── index.html # Main HTML structure
├── css/
│ └── style.css # All styling
├── js/
│ ├── data.js # Resource data — edit this to add resources
│ ├── resources.js # Filter, search, and render logic
│ └── readme-gen.js # README generator logic
├── CONTRIBUTING.md # How to contribute
├── README.md # This file
└── LICENSE
git clone https://github.com/Rohankumar2201/OpenStudentStack
cd OpenStudentStack
Want to add a resource? See CONTRIBUTING.md for the full guide. The short version:
- Fork the repo
- Add your resource to
js/data.js - Submit a Pull Request
MIT — see LICENSE for details.