Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.33 KB

File metadata and controls

43 lines (24 loc) · 1.33 KB

Plant Order Application

This repository contains the source code for a plant order application. The application allows users to sign up, browse plant products, add items to the cart, make successful payments, and more.

- UI/UX Design

Team Members

The development of this application is being carried out by the following team members:

  1. Shweta

  2. Anmol

  3. Anjali

  4. Chaitanya

  5. Saurabh

WEB Development

To contribute to this project, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Create a new branch: git checkout -b <branch-name>
  3. Implement your changes and commit them: git commit -m "<commit-message>"
  4. Push your branch to the remote repository: git push origin <branch-name>
  5. Open a pull request on GitHub and describe your changes