/SwapEx

SWEP project '24, this is a web app that serves as a platform to enable Universities students to trade and exchange used or newly bought goods with one another

Primary LanguageTypeScript

SwapEx

Welcome to SwapEx, This application allows college students to trade products, monitor market data in real-time, and get prospective buyers.

##🧑‍💻 Contributing We welcome contributions! If you'd like to contribute, please fork the repository, create a new branch, and submit a pull request. Ensure your code follows the project's coding standards and includes relevant tests.

How to contribute to the project

Fork this project

git fork https://github.com/SWEP-Project/SwapEx.git

Clone this project

Create a new branch

  • git checkout -b feature/your-feature-name
  • Commit your changes:

Make Changes to the Code

  • git add .

  • git commit -m "Add your commit message here"

  • Push to the branch:

  • git push origin feature/your-feature-name

  • Submit a pull request on GitHub.

If you have any issue you want to solve, create an issue for it and give the best description for another member to understand the problem