Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ibrahimsyah/Restolobe

Web App built with vanilla javascript and following clean code and clean architecture guide
https://github.com/Ibrahimsyah/Restolobe

clean-architecture clean-code javascript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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