Skip to content

kjige/bootcampfinal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work It

Work It is a platform to connect startups and professionals from different industries. Link: https://workit2017.herokuapp.com

Technology Used

  • Node
  • Express
  • React.js
  • Passport
  • Mongoose
  • Bootstrap
  • MongoDb

Getting Started

Clone copy of app locally and run node server.js to get app up and running.

Prerequisites

npm install the following packages:

npm install body-parser --save
npm install express --save

Built With

  • Bootstrap
  • Passport
  • HTML
  • JS
  • CSS
  • Node
  • Express
  • React.js
  • React-flip.js
  • Body-parser
  • MVC

Walk Through Of Some Interesting Code

Fancy preview of user information on the landing page using React-flip

 <FlipCard type='vertical'>
            <div className='col-xs-12 text-center border-img eachConsultant'>
                <img
                className="img-circle center-block image-size avatar"
                src={this.props.image}
                alt="" />
                <h4>{this.props.name}</h4>
            </div>
            <div className='col-xs-12 text-center border-img eachConsultant'>
              <h5 className='vertical-center'><strong>Expertise:</strong></h5><h6>{this.props.field}</h6>
              <h5><strong>Years of experience:</strong></h5><h6>{this.props.experience}</h6>
            </div>
 </FlipCard>

Authors

  • Poornima Sewak
  • Terence Ro
  • Chris Leong

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors