A simple web-based platform that allows students to browse and submit courses for different semesters.
The project is built using HTML, CSS, and JavaScript and is hosted on GitHub Pages.
- 📂 Browse Courses by selecting a semester and course type (Cours, TD, TP).
- ⬆️ Submit Courses with a name, description, and file upload option.
- ❗ Backend Limitation: GitHub Pages does not support file uploads, so submitted courses do not get saved.
- HTML for structure
- CSS for styling
- JavaScript for interactivity
Since GitHub Pages is used for hosting, file uploads do not work as expected.
For a fully functional version, a backend with PHP, Node.js, or Python is needed.
- ✅ Database Integration to store courses permanently.
- ✅ File Upload Support using a backend service.
- ✅ User Authentication for secure submissions.
- Clone the repository:
git clone https://github.com/B212M/GDNC.git
