Quantcast
Channel: Christophe Coenraets » Tutorial
Viewing all articles
Browse latest Browse all 6

Employee Directory Sample App with React and Node.js

$
0
0

A couple of weeks ago, I shared an Employee Directory sample application built with React in seven steps. Employee directory is a mobile app that allows you to look up employees by name, view the details of an employee, and call, text, or email an employee.

In this post, I share a new version of the application with two new features:

  1. Animated page transitions based on pageslider-react discussed in my previous post
  2. Data access using REST services exposed by a Node.js / Express server (included in the sample app)

IMG_0371

IMG_0370

Running the Application

You can test the application in your browser:

  • Using this version hosted on Heroku
  • By running the included Node.js server locally
  • By deploying your own instance on Heroku

    Deploy

You can also run the application as a hybrid app in Cordova.

Check out the Github Repository for detailed instructions.

Source Code

The source code (client and server) is available in this this repository.

Other Versions

I’ve used the employee directory use case to explore different frameworks. An AngularJS / Ionic version of the same app is available here.


Viewing all articles
Browse latest Browse all 6

Trending Articles