Skip to content

abbyblachman/react-employee-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React employee directory

This application is built with React. It is a front-end focused application that uses a JSON file as a database.

This application demonstrates my knowledge of using components, classes, and props.

The application has functionality to sort and filter the employee directory in various ways.

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations complete, run the following command in your terminal:

npm start

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

Deployment (Heroku)

To deploy, simply add and commit your changes, and push to Heroku. As is, the NPM scripts should take care of the rest.

About

A React application that presents a table of employees and allows for fast and easy filtering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published