项目作者: theindianotaku

项目描述 :
Code Pairing Task for Frontend Developer profile for 'Codebrahma'
高级语言: JavaScript
项目地址: git://github.com/theindianotaku/react-type-master.git
创建时间: 2018-02-23T11:09:10Z
项目社区:https://github.com/theindianotaku/react-type-master

开源协议:

下载


Working demo

Visit the working demo here.

Context

Code Pairing Task for Frontend Developer profile of codebrahma.

TODO

  • View challenge text
    • fetch challenge text data
    • pretty the text data to array of words
    • add loading error state handling
  • Check the words entered
    • add check for each word feature
    • show input state changes based on isError
    • add input freeze after 10 error count
    • add check to freeze input after word count reach end
  • Add timer
    • add start button
    • add timer function to terminate check after timeout
    • add reset test
  • Add results
    • add results logic
    • create modal which displays results
  • Styling
    • Landing Page
    • Test Page
    • Results Page

How to run

To install the NPM modules, enter code below on terminal:

  1. npm install

or if you have yarn installed:

  1. yarn

Then run this to start the dev server:

  1. npm run dev

or

  1. yarn run dev

This project was bootstrapped with Create React App.