Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopCart

LoopCart is a Python application that delivers personalised welcome messages to users.

Project Purpose

This lab covers: cloning a repo, creating a feature branch, writing and testing code, committing with meaningful messages, pushing and opening a Pull Request, applying code review feedback, merging to main, and triggering a CI/CD pipeline.

Prerequisites

  • Git installed and configured
  • Python 3 installed
  • Terminal access (Windows users: use Git Bash)

Getting Started

Clone the repository: git clone loopcart Enter the folder: cd loopcart Run the app: python3 app.py

Contributing

  1. Create a feature branch: git checkout -b feat/your-feature
  2. Commit your changes: git commit -m feat: describe your change
  3. Push the branch: git push -u origin feat/your-feature
  4. Open a Pull Request and request a review
  5. Apply feedback then merge to main

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages