{"id":18673538,"url":"https://github.com/fabritsius/restaurant-reviews-app","last_synced_at":"2025-10-05T16:53:29.059Z","repository":{"id":144317655,"uuid":"138149156","full_name":"fabritsius/restaurant-reviews-app","owner":"fabritsius","description":"Mobile Web Specialist Certification Course Project","archived":false,"fork":false,"pushed_at":"2019-05-27T20:47:50.000Z","size":2424,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T10:08:05.443Z","etag":null,"topics":["javascript","mobile-web","mws","udacity-nanodegree"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fabritsius.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,"zenodo":null}},"created_at":"2018-06-21T09:27:08.000Z","updated_at":"2022-11-18T10:36:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"65ce98ce-8bde-4f55-8a26-8c1789f9feca","html_url":"https://github.com/fabritsius/restaurant-reviews-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabritsius/restaurant-reviews-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabritsius%2Frestaurant-reviews-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabritsius%2Frestaurant-reviews-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabritsius%2Frestaurant-reviews-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabritsius%2Frestaurant-reviews-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabritsius","download_url":"https://codeload.github.com/fabritsius/restaurant-reviews-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabritsius%2Frestaurant-reviews-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486278,"owners_count":25994941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","mobile-web","mws","udacity-nanodegree"],"created_at":"2024-11-07T09:15:44.370Z","updated_at":"2025-10-05T16:53:29.051Z","avatar_url":"https://github.com/fabritsius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Web Specialist Certification Course\n\n#### _Three Stage Course Material Project - Restaurant Reviews_\n\nThis Udacity Nanodegree was sponsored by Google. After 3 months of selection process I was chosen to continue education for another 6 months. For more [information about the Nanodegree Program](https://www.udacity.com/course/mobile-web-specialist-nanodegree--nd024) head out to Udacity page.\n\n## Course Completed\n\nI successfully graduated and you can [see the certificate](https://graduation.udacity.com/confirm/K46CGJGE) hosted by Udacity. During the course we were tasked to convert horrible unresponsive website to a professional offline-ready one. I am planning to improve this project further. If you want to see this repo the way it was right after my graduation you can visit [stage-three branch](https://github.com/fabritsius/restaurant-reviews-app/tree/stage-three).\n\n### Lighthouse scores \n\nBoth Pages:\n- Performance: 90 (91)\n- Progressive Web App: 91\n- Accessibility: 94\n- Best Practices: 94\n- SEO: 78\n\n### What it can do on my machine:\n\n- Successfully fetches data from the server, when there is one running;\n- Looks great with every screen size and ratio, brave design choices were made;\n- It Works Offline! Well... Kind of. Only pages that were visited, which is still great for a website though;\n- You can mark a restaurant as favorite (works offline);\n- You can submit a review for a restaurant (works offline);\n- Images are responsive and are supposed to be responsive everywhere;\n- Can be TAB-ed with ease. Sometimes not in order (I moved some parts to the end);\n- I checked usability with ChromeVox and it seems to me it is reasonable, although I prefer the other way;\n- You can use a Map for multiple purposes.\n\n### Usage\n\nThere is no reason to use it apart from Maps (there is no backend currently), but just in case:\n\n1. Clone [stage-two-server branch](https://github.com/fabritsius/restaurant-reviews-app/tree/stage-three-server) of this repository;\n2. Use README.md from it to find out what preparations are necessary to launch the server;\n3. Enter `node server` and check if it worked (port: `1337`);\n4. Copy my code via Git or manually;\n5. Open copied directory in your terminal;\n6. Enter `npm install` to load necessary modules;\n6. Use `node start` or `python3 -m http.server 8000` to launch another server (you will need python);\n7. Go to [localhost:8000](http://localhost:8000) to see the masterpiece.\n\n### Future plans\n\nAlthough I passed all stages and got a certificate, this project isn't truly finished. There are still a few things that can be added. A good example is a lack of any user feedback (right now I print lines to the console which is normally hidden). I would like to change that. Another thing that has to be changed is the fact that this website project isn't hosted anywhere.\n\n#### TODO\n\n- [x] Finish the course and get a certificate\n- [ ] Change color palette to the one currently used in the icon\n- [ ] Add user feedback (like when request failed or connection restored)\n\nThanks for your attention!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabritsius%2Frestaurant-reviews-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabritsius%2Frestaurant-reviews-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabritsius%2Frestaurant-reviews-app/lists"}