Skip to content

kishankr7979/React-codebase-placements4u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Technologies :-

  1. Frontend - React.js
  2. Backend - Node.js, Express.js
  3. Database - MongoDb
  4. Deployment - Github, Heroku, Netlify
  5. CI Pipeline via Github
  6. Version control - Git  

To start the server in local device :-

  1. After cloning, type command npm start in project directory.
  2. Make sure you're having the all required module, check the package.json file to know about the modules.

For contribution :-

  1. Fork this repository
  2. clone the forked repository into your local machine using command git clone URL
  3. create your branch inorder to contribute/make changes using command git branch BRANCHNAME
  4. Switch to your branch using command git checkout BRANCHNAME.
  5. After making changes the status of the tree using command git status
  6. Add the untracted file inorder to push it into the repo using command git add .
  7. Commit the changes using command git commit -m "comment"
  8. Push the changes into the repository using command git push -u origin BRANCHNAME

After pushing the code into the repository

  1. Create an issue or create a pull request for an existing issue.
  2. Repository Owner/Managers will review the code and merge it to the base branch as per review results.

       

React · GitHub license npm version CircleCI Status PRs Welcome


Made with by ♡ Kishan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published