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.
- I have used React router
- I have used basic React Hook. Just learn and implemented the Hook.
- I have written some sample unit test cases in Jest.
- I have used eslint for code quality.
- I have implemented Continues Integration.
- Also hosted application this application using netlify.
- Used Https endpoints for fetching data in production(https://api.additivasia.io/api/v1/assignment/employees/).
- Application tested in Mobile devices also(Iphone and Andriod).
In the project directory, Please run below commands.
Installing node-module packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
you can see the test case status here. after running above command in project directory.
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!