A comprehensive web application for managing and accessing college notes, previous year question papers, and academic resources.
- Comprehensive Notes: Access detailed study materials for all subjects
- Previous Year Questions: Download question papers for exam preparation
- Branch-wise Organization: Content organized by branch, year, and semester
- Mobile Responsive: Study on any device with responsive design
- User-friendly Interface: Intuitive navigation and modern UI
The application organizes content by:
- Branch: Basic Engineering, Computer, AI-DS
- Year: 1st Year to 4th Year
- Semester: SEM 1 and SEM 2
- Subjects: Various subjects based on branch, year, and semester
- Frontend: HTML, CSS, JavaScript, Tailwind CSS
- Backend: Flask (Python)
- Icons: Font Awesome
- Animations: Custom CSS animations
-
Clone this repository:
git clone https://github.com/nikhil-304/LMS.git
-
Navigate to the project directory:
cd lms -
Install the required dependencies:
pip install -r requirements.txt
-
Start the Flask application:
python app.py
-
Open your browser and navigate to:
http://localhost:5000
LMS/
├── app.py # Main Flask application
├── notes_html/ # HTML files for subject notes
├── pyq_pdf/ # PDF files for previous year questions
├── requirements.txt # Python dependencies
├── static/ # Static assets (CSS, JS, images)
├── tailwind.js # Tailwind configuration
└── templates/ # HTML templates
- Browse by Branch: Select your engineering branch
- Select Year: Choose your academic year
- Choose Semester: Select SEM 1 or SEM 2
- Access Resources: View notes or download previous year questions
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Nikhil Shrivastava
For any queries or support, please contact:
- Email: nikhil.shrivastava304@gmail.com
- GitHub: nikhil-304
- Twitter: @nikhilshri304
