Kiwka / mouse-tracker

tracking the mouse position inside the rectangle with Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mouse tracker

How to start project locally

  1. clone project from github repository

  2. run npm install in the root folder of the project

  3. run npm start in the root folder of the project

  4. observe result on the http://localhost:3000/

Tests

To run tests run npm tests in the root folder of the project

How to view result online

  1. Visit https://kiwka.github.io/mouse-tracker/.

Ideas what should be improved in the future

  • separate the reducers (code modularity)
  • move names of the actions to separate object
  • UI of the app (improve view on the mobile)
  • add flowtype

About

tracking the mouse position inside the rectangle with Redux


Languages

Language:JavaScript 96.8%Language:HTML 2.7%Language:CSS 0.4%