Skip to content

Rohankumar2201/Open-student-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenStudentStack

HTML CSS JavaScript License: MIT

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.


Features

  • 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.md for your project
  • Community Driven — Anyone can add resources via Pull Request

Project Structure

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

Running Locally

git clone https://github.com/Rohankumar2201/OpenStudentStack
cd OpenStudentStack

Contributing

Want to add a resource? See CONTRIBUTING.md for the full guide. The short version:

  1. Fork the repo
  2. Add your resource to js/data.js
  3. Submit a Pull Request

License

MIT — see LICENSE for details.

About

An open-source, community-driven platform that curates verified free learning resources, tools, internships, and hackathons for students. Includes a README Generator for beginners.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors