Skip to content

oussamaoulini7-max/esma-mini-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESMA Mini Note App

A simple multi-page web project for ESMA School (an academic project given by a teacher).
It allows a user to:

  1. Log in with their email.
  2. Enter their name and two grades.
  3. Display the result and admission status based on the average of grades.

Pages

  • login.html – Login page
  • notes.html – Enter your notes
  • result.html – Show the result and admission status

Technologies Used

  • HTML, CSS, JavaScript
  • PHP as a simple backend API for login and note processing
  • sessionStorage to store temporary user data on the client side
  • fetch() API for communicating with PHP endpoints

Folder Structure

About

This is a simple web application created as an academic project for ESMA school. The app demonstrates basic HTML, CSS, and JavaScript concepts, including forms, session storage, and dynamic page updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors