Learning Platform

  1. Fork this Repo
  2. Clone it to your own
  3. Create and switch to feature branch:
    • git checkout -b feature_name
  4. Commit regulary to automatically:
    • git add .
    • git commit -m "message"
    • git push
  5. Create a pull request once as soon as you have changed or added something and make sure you chose develop
  6. After finishing a feature, merge to your main branch:
    • git checkout main
    • git merge feature_name

After a merge, type git pull upstream develop!!!

Note: This React App is running on Port 8000

Product Owner: David Walzer Scrum Master: Morgane Kermer Tester: Yuliya Kalcheva