We're Switiching our placements4u portal from conventional HTML/CSS/JS to React.js inorder to make it more engaging.
Conventional HTML/CSS/JS portal can be accessed at -> Placements4u
React App portal ( Beta Stage ) -> Placements4u
- Frontend - React.js
- Backend - Node.js, Express.js
- Database - MongoDb
- Deployment - Github, Heroku, Netlify
- CI Pipeline via Github
- Version control - Git
- After cloning, type command
npm start
in project directory. - Make sure you're having the all required module, check the package.json file to know about the modules.
- Fork this repository
- clone the forked repository into your local machine using command
git clone URL
- create your branch inorder to contribute/make changes using command
git branch BRANCHNAME
- Switch to your branch using command
git checkout BRANCHNAME
. - After making changes the status of the tree using command
git status
- Add the untracted file inorder to push it into the repo using command
git add .
- Commit the changes using command
git commit -m "comment"
- Push the changes into the repository using command
git push -u origin BRANCHNAME
- Create an issue or create a pull request for an existing issue.
- Repository Owner/Managers will review the code and merge it to the base branch as per review results.