Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 581 Bytes

This is a demo app There are 2 demos: 1. Grreting message demo, 2. Increment demo

  1. Grreting message demo The message entered in the textbox will be displayed into the box below on click of the Update Greeting button

  2. Increment demo On click of Increment button the number in box below will be incremented by one

Tech stack used : React, Redux, Typescript, Scss, Jest, Enzyme

Use following commands:

To clone the repo : git clone

Go into project folder: cd demo-app

To install all dependancies: npm install

To run the app: npm start

To run unit tests: npm test