Skip to content

codejesus25/se-login-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

se-login-signup

ICSI 418Y – Software Engineering | Homework 1
Basics of Web Development – Front End

Overview

A two-page web application featuring a Login page and a Sign Up page, built with plain HTML and CSS (no external frameworks).

Project Structure

se-login-signup/
├── login.html      # Login page (User ID + Password)
├── signup.html     # Sign Up page (First/Last Name, User ID, Password)
├── styles.css      # Shared stylesheet for both pages
└── README.md       # This file

Pages

Page File Description
Login login.html User ID + Password fields, Submit button, link to Signup
Sign Up signup.html First Name, Last Name, User ID, Password fields, Submit button, link to Login

Styling Highlights

  • Shared styles.css used by both pages for visual consistency
  • Forms are centered on the page with clean spacing and alignment
  • No external CSS frameworks used (pure HTML + CSS)

How to Run

Open either login.html or signup.html directly in any browser.
The pages link to each other via the "Create one →" and "← Sign in" anchor links.

Git Commit History

  1. Add HTML structure – scaffolded login.html and signup.html
  2. Add CSS styling – added styles.css with shared styles
  3. Complete README – added README.md with project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages