A simple and interactive web app that helps students organize their study materials — all in one place.
Built using HTML, CSS, and JavaScript, this app lets you add, store, and manage study subjects and resource links using Local Storage — no server needed!
👉 https://pixel-study.vercel.app/
- 📘 Add new subjects with custom names
- 🔗 Add useful study links under each subject
- 💾 Automatically saved in your browser (Local Storage)
- 🗑️ Delete subjects or individual links anytime
- 🎨 Clean, responsive design
- HTML5
- CSS3
- JavaScript (Vanilla JS + LocalStorage API)
This repository is participating in Hacktoberfest 2025!
You’re welcome to contribute — whether you’re a beginner or experienced developer 💪
- Add new features (like dark mode, search bar, etc.)
- Improve UI/UX design
- Fix bugs or improve performance
- Enhance documentation (like this README)
- Add new ideas to the project
Click on the Fork button (top right) to copy this repo into your GitHub account.
git clone https://github.com/<your-username>/Study-Resource-Hub.git
Just open index.html in your browser — no setup needed!
Edit the HTML, CSS, or JS files as needed.
git add .
git commit -m "Added new feature: <describe>"
git push
Go to your forked repo → click “New Pull Request” Your PR will be reviewed and merged if it fits the project goals!
-
🌗 Add dark/light theme toggle
-
🔍 Add search bar for subjects
-
📱 Improve mobile responsiveness
-
🏷️ Allow tags for resources
-
🔔 Add reminders for study sessions
This project is licensed under the MIT License — free to use, modify, and share.
Made with love by Pixel Wing
and awesome contributors from the open-source community 💫