Visit the working demo here.
Code Pairing Task for Frontend Developer profile of codebrahma.
View challenge textfetch challenge text datapretty the text data to array of wordsadd loading error state handling
Check the words enteredadd check for each word featureshow input state changes based on isErroradd input freeze after 10 error countadd check to freeze input after word count reach end
Add timeradd start buttonadd timer function to terminate check after timeoutadd reset test
Add resultsadd results logiccreate modal which displays results
StylingLanding PageTest PageResults Page
To install the NPM modules, enter code below on terminal:
npm install
or if you have yarn installed:
yarn
Then run this to start the dev server:
npm run dev
or
yarn run dev
This project was bootstrapped with Create React App.