Challenge by: https://github.com/entria/jobs
This project was bootstrapped with Create React App.
- 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
- 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
👁️🗨️ Live: https://ricardocanelas.github.io/challenge-entria
- Clone this repository using
git clone
- Onto the frontend/ directory, install the dependecies using
npm install
oryarn install
The website will be available at http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.