{"id":17530421,"url":"https://github.com/wuletawwonte/vehicle-reservation-app","last_synced_at":"2025-04-23T18:53:58.856Z","repository":{"id":42040456,"uuid":"480413421","full_name":"wuletawwonte/vehicle-reservation-app","owner":"wuletawwonte","description":"Vehicle Reservation application is a simple web application being built to track vehicle information with reserve, like and comment features.","archived":false,"fork":false,"pushed_at":"2022-04-16T08:42:25.000Z","size":1305,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-30T02:33:25.601Z","etag":null,"topics":["api","eslint","jest","module","stylelint","webhint","webpack"],"latest_commit_sha":null,"homepage":"https://wuletawwonte.github.io/vehicle-reservation-app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wuletawwonte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-11T14:20:47.000Z","updated_at":"2024-03-04T09:42:55.000Z","dependencies_parsed_at":"2022-08-12T03:10:23.893Z","dependency_job_id":null,"html_url":"https://github.com/wuletawwonte/vehicle-reservation-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fvehicle-reservation-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fvehicle-reservation-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fvehicle-reservation-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fvehicle-reservation-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuletawwonte","download_url":"https://codeload.github.com/wuletawwonte/vehicle-reservation-app/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496762,"owners_count":21440228,"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","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":["api","eslint","jest","module","stylelint","webhint","webpack"],"created_at":"2024-10-20T16:44:43.020Z","updated_at":"2025-04-23T18:53:58.840Z","avatar_url":"https://github.com/wuletawwonte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vehicle-reservation-app\n\n\u003e Vehicle Reservation application is a simple web application being built to track vehicle information and has the features listed below.\n\nOur goal here is to Build a Vehivle reservation application with add and remove feature from scratch using JavaScript. click [here](https://wuletawwonte.github.io/vehicle-reservation-app) to see deployed live version\n\n### Features implemented are:\n\n- Responsive HTML page\n- List vehicle information\n- Comment on a vehicle information\n- Like a vehicle\n- Reserve a vehicle \n\n## Live server\n[Link to the live server](https://wuletawwonte.github.io/vehicle-reservation-app)\n![snapshothomepage](https://user-images.githubusercontent.com/12524453/163665480-51f00a1a-453e-4f6a-affe-814557a16df7.png)\n\n## Built With\n\n- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).\n- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).\n- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).\n- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)\n- Luxon (A library for dealing with dates and times in JavaScript.)\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nThe basic requirements for building the executable are:\n\n- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)\n- VSCode or any other equivalent code editor\n- Node Package Manager (For installing packages like Lighthous, webhint \u0026 stylelint used for checking for debugging bad codes before deployment)\n\n# Getting Started\n\n#### Cloning the project\n\n```\ngit clone https://github.com/wuletawwonte/vehicle-reservation-app.git \u003cYour-Build-Directory\u003e\n```\n\n#### Install webpack and jest packages\n\n```\nnpm install\n```\n\n## Getting packages and debuging with Stylelint\n\n```\nnpm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x\n```\n\n##### For validation detection using Stylelint Run\n\n```\nnpx stylelint \"**/*.{css,scss}\"\n```\n\n##### from parent source directory\n\n## Getting packages and debuging with ESlint\n\n```\n npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x\n```\n\n##### For validation detection using Stylelint Run\n\n```\nnpx eslint .\n```\n\n##### from parent source directory\n\n## Getting packages and debuging with Webhint\n\n```\nnpm init -y\nnpm install --save-dev hint@6.x\n```\n\n##### For validation detection using Webhint Run\n\n```\nnpx hint .\n```\n\n##### from parent source directory\n\n## License\n\nAll source code files are licensed under the permissive **[MIT](./LICENSE.md)** License unless marked differently in a particular folder/file.\n\n## Authors\n\n👤 **Wuletaw Wonte**\n\n- GitHub: [@wuletawwonte](https://github.com/wuletawwonte)\n- Twitter: [@wuletaww](https://twitter.com/wuletaww)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/wuletaw-wonte)\n\n👤 **Ciragane Nicole**\n\n- GitHub: [@ciraganenicole](https://github.com/ciraganenicole)\n- Twitter: [@CiraganeN](https://twitter.com/CiraganeN)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nicole-ciragane-19a3071bb/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fvehicle-reservation-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuletawwonte%2Fvehicle-reservation-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fvehicle-reservation-app/lists"}