This repository contains the code base of Group 10 project during the DCTP program
[Figma link](To be updated)
React
SASS
JS
To work on this repository
git clone https://github.com/folawerahman/CourseQuestHub.git
cd CourseQuestHub
then cd my-app to start coding
git branch
git branch <NameOfbranch>
or
git checkout -b <new-branch>
While the 1st commands only creates a new branch , the second command creates a bnew branch and changes into the new branch.
git checkout <branchname>
git pull origin main
git status
git push -u origin <nameOfTheBranch>
*This is DCTP Group 10 Capstone Project