Skip to content

Resto Finder 3.0

Latest
Compare
Choose a tag to compare
@virgiawankusuma virgiawankusuma released this 01 Jun 16:36
75f293e

List of features :

  • Basics of display responsibility on mobile devices
  • Responsive layout using media query and flexbox CSS
  • Optimization of UI elements such as implementing a navigation drawer
  • Setting appropriate text spacing
  • Use focus and screen reader to input data on the website (Experiencing Focus & Experiencing Screen Reader).
  • Use ESLint as a linter with the AirBnB styling guide.
  • Add Application Shell, Web App Manifest, Service Worker, Chache API, and IndexedDB for Favorite movie features.
  • Integration Test for a restaurant's favorite and unfavorite functions.
  • Applying End to End Test for a restaurant's favorite and unfavorite scenario.
  • Compressing the hero image used (Image size must be under 200k).
  • Applying responsive image techniques to hero images (Different image resolutions on mobile and desktop screens)
  • Applying the lazy loading technique to the displayed restaurant list image.
  • Use Bundle Analyzer.
  • Use Code Splitting technique to separate vendor code from original code