Work It is a platform to connect startups and professionals from different industries. Link: https://workit2017.herokuapp.com
- Node
- Express
- React.js
- Passport
- Mongoose
- Bootstrap
- MongoDb
Clone copy of app locally and run node server.js to get app up and running.
npm install the following packages:
npm install body-parser --save
npm install express --save
- Bootstrap
- Passport
- HTML
- JS
- CSS
- Node
- Express
- React.js
- React-flip.js
- Body-parser
- MVC
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>
- Poornima Sewak
- Terence Ro
- Chris Leong