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

https://github.com/sol-zeta/spotaroom-room-searcher


https://github.com/sol-zeta/spotaroom-room-searcher

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Welcome to `spot-a-room` app

### Technologies used:

- `NextJS`
- `next-transtale` to translate the pages according to the browser language (available languages: Spanish and English)
- `Material UI` for form inputs (autocomplete, select and checkbox)
- `Fontawesome` for icons
- `Sass` for layout
- `Axios` to make http requests

### Instructions to run the app in local mode:

```bash
git clone
yarn install
yarn dev
```