To get started, you will need to familiarize yourself with the following:
1.React - A JavaScript library for building delightful UI by Facebook (https://reactjs.org/)
2.Jest - A JavaScript testing framework by Facebook( (https://facebook.github.io/jest/docs/en/getting-started.html))
To clone the repository on your computer
$ git clone https://github.com/amit-003/ReactJs-jest-test.git
$ cd ReactJs-jest-testTo install dependencies,
$ npm installTo run the project itself,
$ npm startRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
To run the test itself,
$ npm test