All the required dependencies are in package.json. Please create the functionalities below using React and Redux.
- When the page loads only first image should be displayed and
prevbutton should be disabled - When you press the
nextbutton only the next image should be displayed - When you press
prevbutton only the previous image should be displayed - When the third image is displayed, the
nextbutton should be disabled. - Create unit tests for each functionality.
- Spend only around 30-45 mins on the task.
- npm or yarn
npm install
npm start