link to deployed site https://jw-employee-dir.herokuapp.com/
The following files contain the assets necessary to deploy an employee directory. This site uses node.js
and react
to create a dynamic employee directory.
This site utilizes react to build a responsive employee directory. User can run npm i
to install dependencies.
To use this site for your own website or your client's website, follow these steps:
1. Fork this repo
2. Create a local clone of your fork
3. Replace necessary items in array of app.js
4. Save and deploy to your domain
This site is built using React. To read more on how to use React for your own project, check out this link: https://reactjs.org/docs/getting-started.html
User can use the searchbar to search employees by name. If user wishes to add new names, it can be done in the array in app.js
This assignment was edited and submitted by Joe Wood (aka Elegy)