CSP451 Version Control and GitHub CheckPoint 1
This project demonstrates proficiency in Git version control and GitHub repository management. It includes a basic web application with HTML, CSS, and JavaScript, showcasing proper Git workflows, commit conventions, and branching strategies.
- Git installed on your system
- A modern web browser
- GitHub account
- Clone the repository:
git clone https://github.com/pgoit/CSP451-CheckPoint1-Goit.git
cd csp451-checkpoint1- Open
index.htmlin your web browser
Open index.html in any web browser.
git log --oneline- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit using Conventional Commits:
feat:new featuresfix:bug fixesdocs:documentationstyle:formattingrefactor:code restructuring
- Push and open a Pull Request
This project is created for educational purposes as part of CSP451 at Seneca College. Copyright (c) 2026 Prince Goit
index.html- Main landing pagestyle.css- Stylesheetscript.js- JavaScript file.gitignore- Git ignore rules