项目作者: theindianotaku
项目描述 :
Code Pairing Task for Frontend Developer profile for 'Codebrahma'
高级语言: JavaScript
项目地址: git://github.com/theindianotaku/react-type-master.git
Working demo
Visit the working demo here.
Context
Code Pairing Task for Frontend Developer profile of codebrahma.
TODO
View challenge text
fetch challenge text datapretty the text data to array of wordsadd loading error state handling
Check the words entered
add 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 timer
add start buttonadd timer function to terminate check after timeoutadd reset test
Add results
add results logiccreate modal which displays results
Styling
Landing PageTest PageResults Page
How to run
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.