A simple multi-page web project for ESMA School (an academic project given by a teacher).
It allows a user to:
- Log in with their email.
- Enter their name and two grades.
- Display the result and admission status based on the average of grades.
login.html– Login pagenotes.html– Enter your notesresult.html– Show the result and admission status
- HTML, CSS, JavaScript
- PHP as a simple backend API for login and note processing
sessionStorageto store temporary user data on the client sidefetch()API for communicating with PHP endpoints