- React - a popular user interface JavaScript library.
- Typescript - a strict syntactical superset of JavaScript which adds optional static typing.
- Context API - Allows passing of data through component trees, giving our components the ability to share data at different levels.
- Jest - a JavaScript testing framework designed to ensure correctness of any JavaScript codebase.
- TestingLibrary - a light-weight solution for testing React components.
- Emotion - a library designed for writing css styles with JavaScript.
- MobX - an unopinionated state management library outside of any UI framework.
yarn add
yarn start
yarn test
yarn lint
yarn typescript