/Restolobe

Web App built with vanilla javascript and following clean code and clean architecture guide

Primary LanguageJavaScript

Restolobe

Simple Restaurant Catalog Web Apps for Dicoding's Front End Developer Expert Course Final Submission

Feature

  • Bundled and Optimized with Webpack
  • HTML Custom Element
  • Using Javascript Clean Code and Architecture Guide
  • SCSS for styling
  • Responsive
  • Progressive Web Apps Integration
  • IndexedDB Database
  • Build-time Image size optimization
  • Unit testing
  • Integration Testing

How To Use

  1. Clone this project
  2. run npm install or yarn install
  3. For Development Mode, run yarn start-dev
  4. run npm run build-images or yarn build-images to optimize images
  5. run npm run build or yarn build to build the project
  6. run npm run start or yarn start to start the server

Contribution

Found typos? Wanna add new feature?

Feel free to pull request and will be merged ASAP