https://github.com/poabob/mr.host-demo
https://github.com/poabob/mr.host-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poabob/mr.host-demo
- Owner: POABOB
- Created: 2022-10-09T14:13:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T15:37:02.000Z (over 3 years ago)
- Last Synced: 2026-01-01T04:22:31.841Z (6 months ago)
- Language: Vue
- Size: 9.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mr.host-demo
## Environment
- Nodejs >= 14
## Project URL
- https://6342dd96181c6e2a2a89a1f0--magenta-gumption-e0c000.netlify.app/
## Features
- Search for the location, name, description of hotel, and make sure the room type of hotel is available.
- Filter the specific condition using checkbox.
- Sort the list of hotels with price, comment, default.
- Design UI for Desktop equipments(not for mobile and Tablet).
## Lint
- Use .editorconfig to lint the indent_size and charset.
- Use Eslint + Prettier to lint the code of this project.
- Use Husky to proceed lint before the git commit.
- Use Commitizen to make sure the format of git comment are compliant.
## Screenshot

## TODO
- Search for the condition of date.
- Make UI Beautiful for mobile and Tablet equipments.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).