Skip to content

DC-Seneca/CK1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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/DC-Seneca/CK1.git
    cd CK1/csp451-checkpoint1
  2. Navigate to the project directory:

    cd csp451-checkpoint1
  3. Open index.html in your web browser

Usage Examples

Viewing the Project

Simply open index.html in any web browser. The page will display a welcome message and demonstrate basic HTML/CSS/JavaScript integration.

Checking Git History

git log --oneline

Viewing File Changes

git diff

Contributing Guidelines

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes following the commit message convention:
    • feat: for new features
    • fix: for bug fixes
    • docs: for documentation
    • style: for formatting
    • refactor: for code refactoring
  4. Commit your changes (git commit -m 'feat: add amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

License

This project is created for educational purposes as part of CSP451 coursework at Seneca College.

Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors