This is small application that allows to search Github users and see short summary of their profiles. I have used mobx-state-tree as state management library for the first time to test its features. You can try it here.
- Use Typescript
- Use linter (ESLint)
- Use code formatter (prettier)
- Connect to Github REST API v3
- Implement designs
- Write tests
- Add theming possibility
- Add state management library
- HMR for both components and state
- Add CI & CD and deploy it to the server
- Add skeletons
- To make this app more resilent to errors there can be Error Boundaries added, but no time for that unfortunately.
