{"id":20609981,"url":"https://github.com/meekb/overlook_vue","last_synced_at":"2026-04-18T22:02:47.083Z","repository":{"id":178187903,"uuid":"401770789","full_name":"Meekb/Overlook_Vue","owner":"Meekb","description":"Overlook is a hotel booking application using Vue 3 with Nuxt.js and Cypress for end to end testing","archived":false,"fork":false,"pushed_at":"2021-09-09T15:04:09.000Z","size":163787,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T17:50:06.380Z","etag":null,"topics":["nuxt","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Meekb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-31T16:26:38.000Z","updated_at":"2022-02-11T18:11:40.000Z","dependencies_parsed_at":"2024-02-07T16:15:38.014Z","dependency_job_id":null,"html_url":"https://github.com/Meekb/Overlook_Vue","commit_stats":null,"previous_names":["meekb/overlook_vue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meekb/Overlook_Vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FOverlook_Vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FOverlook_Vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FOverlook_Vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FOverlook_Vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meekb","download_url":"https://codeload.github.com/Meekb/Overlook_Vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FOverlook_Vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31986327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","vue","vuejs"],"created_at":"2024-11-16T10:14:56.237Z","updated_at":"2026-04-18T22:02:47.050Z","avatar_url":"https://github.com/Meekb.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overlook Hotel - Currently Under Construction 🦺🛠\n\n## Overview\nThis is a rebuild of an earlier vanilla JS project called Overlook. It's a hotel booking application which allows a user to login with a username and password, view the total amount of money spent at the hotel, view details of their previous stays, and book future stays. The project is under construction using Vue 3 with Nuxt.js so **PLEASE PARDON THE MESS**. End to end testing will be completed using Cypress.\n\n*[The original spec for Overlook can be found here](https://frontend.turing.edu/projects/overlook.html)*  \n*[Instructions for cloning and running the Overlook-api can be found here](https://github.com/turingschool-examples/overlook-api)*\n\n## Instructions\n\n```bash\n# clone down this repo\n$ git clone git@github.com:Meekb/Overlook_Vue.git \n$ cd into project\n\n# install dependencies\n$ npm install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n```\n## Project Details\n  * Built with Vue 3 using components\n  * Page routing will be handled by Nuxt.js - **UNDER CONSTRUCTION**\n  * Username: 'customer01' to 'customer50'\n  * Password: 'overlook2021'\n  * API holds data for users, rooms, and bookings\n    * Bookings are for the year 2020  \n    * No error handling for past check-in dates which currently allows for POSTs in 2020\n  * GET and POST implemented with Axios\n  * Application testing will be completed using Cypress - **UNDER CONSTRUCTION**\n\n## Walkthrough of Overlook at current stage of development\n\nProviding an incorrect username or password will throw an error for the user then clear the input fields for re-entry\n![overlook-login](https://user-images.githubusercontent.com/76264735/132587112-3c6df0dc-fcee-4acb-a649-726d4306d11f.gif)\n\nOnce successfully logged in, the user can view their history with Overlook Hotel including the total dollars they've spent. \nWow, that's a lot of money! This hotel must be REALLY popular\n![overlook-history](https://user-images.githubusercontent.com/76264735/132587356-a83bc8e0-87a1-4177-ad3e-de072501783b.gif)\n\nUser searches by providing a check-in date and selecting a room type\n![overlook-search](https://user-images.githubusercontent.com/76264735/132585053-2a229971-be18-4393-9bb7-445673d8bd07.gif)\n\nIf no rooms of that type are available for the check-in date, the user will receive a strongly worded message advising them to \nchange the room type or adjust their check-in date\n![overlook-ahshit](https://user-images.githubusercontent.com/76264735/132585448-e57f4f45-83bd-4861-bdb8-700ee5be98f7.gif)\n\nOnce a room has been booked, the user will receive a success message and confirmation number for their records\n![overlook-confirmation](https://user-images.githubusercontent.com/76264735/132585522-afd0469d-284a-4659-8102-878e8e721b8d.gif)\n\n## Tech Stack\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eVue 3\u003c/td\u003e\n    \u003ctd\u003eNuxt.js\u003c/td\u003e\n    \u003ctd\u003eJavaScript ES6\u003c/td\u003e\n    \u003ctd\u003eCSS\u003c/td\u003e\n    \u003ctd\u003eCypress\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/vue.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/nuxt.svg\"/\u003e\u003c/td\u003e   \n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/javascript.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/css-3.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/cypress.svg\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Contributors\n\u003ctable\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e Beth Meeker \u003ca href=\"https://github.com/meekb\"\u003eGH\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003c/tr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/76264735?v=4\" alt=\"Beth Meeker avatar\"\n    width=\"150\" height=\"auto\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n[Turing School of Software \u0026 Design - Original Overlook spec](https://frontend.turing.edu/projects/overlook.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Foverlook_vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeekb%2Foverlook_vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Foverlook_vue/lists"}