Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Web App built with vanilla javascript and following clean code and clean architecture guide
- Host: GitHub
- URL: https://github.com/Ibrahimsyah/Restolobe
- Owner: Ibrahimsyah
- Created: 2021-01-25T10:07:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T01:40:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-08T17:18:12.362Z (8 months ago)
- Topics: clean-architecture, clean-code, javascript
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Restolobe - `Simple Restaurant Catalog Web Apps for Dicoding's Front End Developer Expert Course Final Submission` *by [Ibrahimsyah Zairussalam](https://github.com/Ibrahimsyah)* (R)
- made-in-indonesia - Restolobe - `Simple Restaurant Catalog Web Apps for Dicoding's Front End Developer Expert Course Final Submission` *by [Ibrahimsyah Zairussalam](https://github.com/Ibrahimsyah)* (R)
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