Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 553 Bytes

challenge.md

File metadata and controls

18 lines (14 loc) · 553 Bytes

Frontend Challenge

  • Create a List and Detail view for some model (e.g: todos, posts, products)
  • it should use React
  • it should use inline style
  • it should be open sourced on your github repo

Extras

  • Also Implement in React Native
  • it should use ReactNavigation
  • Implement code splitting using react-loadable
  • Optimize webpack
  • Create a storybook with your components
  • Test your components with jest