Skip to content

nvignesh86/EmployeeDirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application deployed in production


I have deployed this Employee Directory application in netlify.com

you can see demo by clicking https://unruffled-mcnulty-bf861e.netlify.app/ this link.


It is implemented using continues integration. If I checkin the code in Github then it will deploy automatically.

  1. I have used React router
  2. I have used basic React Hook. Just learn and implemented the Hook.
  3. I have written some sample unit test cases in Jest.
  4. I have used eslint for code quality.
  5. I have implemented Continues Integration.
  6. Also hosted application this application using netlify.
  7. Used Https endpoints for fetching data in production(https://api.additivasia.io/api/v1/assignment/employees/).
  8. Application tested in Mobile devices also(Iphone and Andriod).

Running in local


Run below Scripts

In the project directory, Please run below commands.

npm install

Installing node-module packages

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Command for running test cases:

npm test

you can see the test case status here. after running above command in project directory.

Command for production build:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Application is ready to be deployed!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published