React TODO with Hooks

More features will be added in a near future.

Current features:

  • Ant Design version 4 with the following components: Table, Row, Col, Popconfirm, Icon, Typography, Popup notification
  • React hooks (useState)
  • Add, delete and complete TODOs
  • Uuid for unique React key identifier
  • Pagination (multiple pages) for table
  • Polyfills for IE11 support
  • Responsive layout for mobile devices
  • DevOps integration with CircleCI unit testing

TODO

  • Firebase and Firestore (or LocalStorage?) for authentication and storage of TODOs
  • Implement more components from Ant design?
  • Add more tests

GitHub