React-Uplift-Project

Contributing Guidelines:-

  • Clone the Repo
   git clone https://github.com/Kuljeet-123/React-Uplift-Project.git
  • Then go inside the folder
  cd React-Uplift-Project
  • Create new branch
   git checkout -b  feat/<name>-<feature>/<component name>
  • Create new file or folder with the name of Component

  • Push changes to the your branch

   git push origin  feat/<name>-<feature>/<component name>
  • Create a Pull Request against develop