React, Redux and Firebase - Campus Management System
https://campus-recruitment-syste-2fdc9.firebaseapp.com
*************************** What to do to get this working **************************************
- Clone Repo
- Npm install
- Good to go!
********************** GIT COMMANDS *****************************************
Git command List - Create a new git repo git status - view the changes to your project code git add - adds files to staging area git commit - creates a new commit with files from staging area git log - view recent commits
git rm -rf .git - removes the entire repository link to git. Use cautiously.