{"id":20171913,"url":"https://github.com/saabbir/fictional-travel-site","last_synced_at":"2026-05-02T08:32:34.122Z","repository":{"id":41697297,"uuid":"244174523","full_name":"Saabbir/fictional-travel-site","owner":"Saabbir","description":"A fictional travel website. Demo Link: https://saabbir.github.io/fictional-travel-site/","archived":false,"fork":false,"pushed_at":"2024-08-28T11:40:10.000Z","size":5158,"stargazers_count":1,"open_issues_count":33,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-03T04:28:26.984Z","etag":null,"topics":["postcss","webpack"],"latest_commit_sha":null,"homepage":"https://saabbir.github.io/fictional-travel-site/","language":"CSS","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/Saabbir.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":"2020-03-01T15:32:42.000Z","updated_at":"2024-05-15T12:08:35.000Z","dependencies_parsed_at":"2024-11-14T01:30:17.753Z","dependency_job_id":"a7e74f97-2ce3-4f2e-970d-ca3ae6803b4b","html_url":"https://github.com/Saabbir/fictional-travel-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Saabbir/fictional-travel-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saabbir%2Ffictional-travel-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saabbir%2Ffictional-travel-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saabbir%2Ffictional-travel-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saabbir%2Ffictional-travel-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saabbir","download_url":"https://codeload.github.com/Saabbir/fictional-travel-site/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saabbir%2Ffictional-travel-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["postcss","webpack"],"created_at":"2024-11-14T01:28:23.355Z","updated_at":"2026-05-02T08:32:34.067Z","avatar_url":"https://github.com/Saabbir.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- [![Netlify Status](https://api.netlify.com/api/v1/badges/e3bcc088-0f33-4be3-82a7-b595c2983a80/deploy-status)](https://app.netlify.com/sites/fictional-travel-site/deploys) --\u003e\n\n# Fictional Travel Site\n\nCoded this site when I took the udemy course [Git a Web Developer Job: Mastering the Modern Workflow](https://www.udemy.com/course/git-a-web-developer-job-mastering-the-modern-workflow/) by [Brad Schiff](https://www.udemy.com/user/bradschiff/)\n\nDemo can be seen in here - https://fictional-travel-site.netlify.app/\n\n## Features\n\n- Uses vanilla JavaScript\n- 100% responsive layout\n- Cross browser compatible\n- Uses webpack for automation\n- Uses postcss\n\n## Getting Started\n\nClone this repo:\n\n```sh\ngit clone https://github.com/Saabbir/fictional-travel-site.git\n```\n\nThe project is based on [Node.js](https://nodejs.org/en/). To install the necessary packages, run this command in the root folder of the site:\n\n```sh\nnpm install\n```\n\n### After Installation\n\n- Run `npm run dev` from root folder for a development server and live reloading\n- Run `npm run build` from root folder for production build\n\n## Dependencies\n\nFictional Travel Site uses a number of open source projects for the production build:\n\n- [lazysizes](https://ghub.io/lazysizes)\n- [lodash](https://ghub.io/lodash)\n- [normalize.css](https://ghub.io/normalize.css)\n\n## Dev Dependencies\n\nFictional Travel Site uses a number of open source projects for the development build:\n\n- [@babel/core](https://ghub.io/@babel/core)\n- [@babel/preset-env](https://ghub.io/@babel/preset-env)\n- [autoprefixer](https://ghub.io/autoprefixer)\n- [babel-loader](https://ghub.io/babel-loader)\n- [clean-webpack-plugin](https://ghub.io/clean-webpack-plugin)\n- [css-loader](https://ghub.io/css-loader)\n- [cssnano](https://ghub.io/cssnano)\n- [file-loader](https://ghub.io/file-loader)\n- [fs-extra](https://ghub.io/fs-extra)\n- [html-webpack-plugin](https://ghub.io/html-webpack-plugin)\n- [mini-css-extract-plugin](https://ghub.io/mini-css-extract-plugin)\n- [postcss-hexrgba](https://ghub.io/postcss-hexrgba)\n- [postcss-import](https://ghub.io/postcss-import)\n- [postcss-loader](https://ghub.io/postcss-loader)\n- [postcss-mixins](https://ghub.io/postcss-mixins)\n- [postcss-nested](https://ghub.io/postcss-nested)\n- [postcss-simple-vars](https://ghub.io/postcss-simple-vars)\n- [style-loader](https://ghub.io/style-loader)\n- [webpack](https://ghub.io/webpack)\n- [webpack-cli](https://ghub.io/webpack-cli)\n- [webpack-dev-server](https://ghub.io/webpack-dev-server)\n\n## References\n\n- [Git a Web Developer Job: Mastering the Modern Workflow](https://www.udemy.com/course/git-a-web-developer-job-mastering-the-modern-workflow/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaabbir%2Ffictional-travel-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaabbir%2Ffictional-travel-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaabbir%2Ffictional-travel-site/lists"}