A modern platform to access academic notes with embedded YouTube videos and PDFs for better learning! 🚀
✅ Curated Study Materials – Well-structured notes, textbooks and previous year questions for various subjects.
✅ YouTube Video Integration – Directly watch relevant tutorials.
✅ PDF Resources – Downloadable and easy-to-read notes.
We appreciate the contributions of our amazing team:
🙌 Feel free to contribute and improve Notes-Aid!
📂 notes-aid
├── 📂 public
│ ├── 📂 icons
├── 📂 src
│ ├── 📂 app
│ │ ├── 📂 api/auth
│ │ ├── 📂 [year]/[branch]/[semester]
│ │ ├── 📂 edit
│ │ │ ├── 📂 editor
│ │ │ ├── 📂 login
│ ├── 📂 components
│ │ 📂 interfaces
│ │ 📂 metrics
│ │ 📂 notes
│ │ ├── 📂 fy, sy, ty
│ │ │ ├── 📂 comps (evenSem, oddSem)
│ │ │ ├── 📂 it (evenSem, oddSem)
│ │
1️⃣ Clone the repository:
git clone https://github.com/MinavKaria/Notes-Aid.git
cd notes-aid
2️⃣ Install dependencies:
npm install
3️⃣ Run the development server:
npm run dev
4️⃣ Open in browser:
http://localhost:3000
Want to improve Notes-Aid? Follow these steps:
- Fork the repository
- Create a feature branch
- Make your changes & commit
- Open a pull request
Your contributions are always welcome! 🎉
This version enhances readability, improves structure, and provides clear information. 🚀 Let me know if you'd like any more tweaks!