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

https://github.com/poabob/mr.host-demo


https://github.com/poabob/mr.host-demo

Last synced: 3 months ago
JSON representation

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
![](./img/a.gif)

## 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/).