Skip to content

pgoit/CSP451-CheckPoint1-Goit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSP451 CheckPoint 1 Project

Project Title

CSP451 Version Control and GitHub CheckPoint 1

Description

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.

Installation Instructions

Prerequisites

  • Git installed on your system
  • A modern web browser
  • GitHub account

Steps

  1. Clone the repository:
   git clone https://github.com/pgoit/CSP451-CheckPoint1-Goit.git
   cd csp451-checkpoint1
  1. Open index.html in your web browser

Usage Examples

Viewing the Project

Open index.html in any web browser.

Checking Git History

git log --oneline

Contributing Guidelines

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Commit using Conventional Commits:
    • feat: new features
    • fix: bug fixes
    • docs: documentation
    • style: formatting
    • refactor: code restructuring
  4. Push and open a Pull Request

License

This project is created for educational purposes as part of CSP451 at Seneca College. Copyright (c) 2026 Prince Goit

Project Structure

  • index.html - Main landing page
  • style.css - Stylesheet
  • script.js - JavaScript file
  • .gitignore - Git ignore rules

About

CSP451 Version Control and GitHub CheckPoint 1 - Seneca College

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors