scicave / ta3alom

Ta3alom Courses App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ta3alom 📝

E-learning platform with both React and React Native.

How to contribute

  1. Fork this repo to your own account
  2. Push to the forked repo not this repo
  3. After your changes are ready, "Create a pull request"
  4. Someone here of the team can accept, review, and discuss your changes
  5. You may be asked to change some stuff
  6. After all changed are accepted, the pull request will be "Merged" to the main repository

How to push to the forked repo

If your already have the main repo in your local PC:

git remote add mine <url-to-your-forked-repo>
git branch mine master
git push mine master

Otherwise clone the forked repo

git clone <url-to-your-forked-repo>
git branch --set-upstream-to=origin/master
git push origin master # or simply `git push`

License

MIT

About

Ta3alom Courses App


Languages

Language:JavaScript 71.1%Language:CSS 26.7%Language:HTML 2.2%