app icon indicating copy to clipboard operation
app copied to clipboard

UI Component: Main Menu

Open ImmanuelSegol opened this issue 7 years ago • 0 comments

Description: Implement main menu component. mobile_menu desktop_main_account

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

Mobile

Web

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

ImmanuelSegol avatar Oct 10 '18 11:10 ImmanuelSegol