app
app copied to clipboard
UI Component: Main Menu
Description:
Implement main menu component.

Requirements
- The design above should be implemented
- Responsive design to accommodate screens of different size
Assets Specssize You can find out the assets specs like hex color code, font size etc needed for mobile & web in the below links
Coding Style
- Follow closely the coding style present in the codebase
- All methods, models, types and interfaces must be documented via short and simple text comments
- All Typescript code must pass tslint
Acceptance Criteriats
- There should be unit tests and integration tests for all implemented functionality
- The test coverage should be greater than 90%
- Use Jest testing suite
Additional Context
- Cross-platform components should be put in a shared folder
- Should be implemented in accordance with main menu description