https://github.com/sol-zeta/spotaroom-room-searcher
https://github.com/sol-zeta/spotaroom-room-searcher
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sol-zeta/spotaroom-room-searcher
- Owner: Sol-Zeta
- Created: 2022-04-22T15:50:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T13:39:33.000Z (over 3 years ago)
- Last Synced: 2025-01-23T04:13:05.756Z (9 months ago)
- Language: JavaScript
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```