**Target**: initial load successfully for the route of `/repository?path=xxx` 1. We can see the git graph without any critical broken 2. Skip any user action events, it will be implement on phase 2, for now, we focus on displaying correct data and UI **Tasks** - [ ] Implement Components - [ ] Implement graph part - [ ] Implement the remain parts except the graph part - [ ] Find a appropriate way to integrate following common function (Please help to add) - [ ] [main.js#L17-L47](https://github.com/revamp-with-react/ungit-react/blob/master/public/source/main.js#L17-L47) - [ ] [main.js#L49-L95](https://github.com/revamp-with-react/ungit-react/blob/master/public/source/main.js#L49-L95) - [ ] [main.js#L100-L110](https://github.com/revamp-with-react/ungit-react/blob/master/public/source/main.js#L100-L110) - [ ] [main.js#L112-L123](https://github.com/revamp-with-react/ungit-react/blob/master/public/source/main.js#L112-L123) - [ ] [main.js#L201-L203](https://github.com/revamp-with-react/ungit-react/blob/master/public/source/main.js#L201-L203) - [ ] Find some solution to solve transfer the using of `jQuery UI` and `bootstrap.js` - [ ] Create a basic `redux` and `react` scratch applicaton. - [ ] Add ESLint
Target: initial load successfully for the route of
/repository?path=xxxTasks
jQuery UIandbootstrap.jsreduxandreactscratch applicaton.