Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 749 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 749 Bytes

Project Tracker

Sample project using React, TypeScript and Redux

Setup

(yarn needs to be installed first)

  • yarn install
  • yarn start
  • open http://localhost:3000

Notes

  • This project is using Ducks to simplify the organisation of Redux components
  • The most complex component is ProgressCircle
  • Unittests and proper styling were not added in this initial version as the focus is on TS, React and Redux. They will be taken care later

Screenshot

screenshot