A simple web application that enables students to access their student profiles and school documents.
- Frontend: HTML, CSS, JavaScript
- User authentication (login/logout)
- Secure access to student profiles
- Access to school documents
- Responsive design for desktop and mobile
- Users must be able to log in with an email and password.
- Only authenticated users can access the homepage.
- Authenticated users can log out securely.
- User data and documents are protected and not accessible to unauthenticated users.
- Clone the repository:
git clone https://github.com/yourusername/connect-web.git
- Navigate to the project directory:
cd connect-web
- Open
index.html
in your browser to get started.
- On the login page, enter your email and password to access your profile and documents.
- Use the navigation bar to access different sections.
- Click "Logout" to end your session securely.