{"id":22494846,"url":"https://github.com/code-beaker/manage-landing-page-code-beaker","last_synced_at":"2026-04-24T12:34:02.673Z","repository":{"id":243981662,"uuid":"813953122","full_name":"Code-Beaker/manage-landing-page-code-beaker","owner":"Code-Beaker","description":"Manage Landing Page | A Frontend Mentor Challenge","archived":false,"fork":false,"pushed_at":"2024-08-03T03:03:19.000Z","size":1082,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T22:57:40.071Z","etag":null,"topics":["frontendmentor-challenge","html","js","scss"],"latest_commit_sha":null,"homepage":"https://manage-landing-page-code-beaker.vercel.app","language":"HTML","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/Code-Beaker.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":"2024-06-12T04:11:49.000Z","updated_at":"2024-08-03T03:03:22.000Z","dependencies_parsed_at":"2024-07-14T15:11:16.924Z","dependency_job_id":"47cef242-1c9e-4938-b72b-1e64d95368a4","html_url":"https://github.com/Code-Beaker/manage-landing-page-code-beaker","commit_stats":null,"previous_names":["code-beaker/manage-landing-page-code-beaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Code-Beaker/manage-landing-page-code-beaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fmanage-landing-page-code-beaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fmanage-landing-page-code-beaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fmanage-landing-page-code-beaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fmanage-landing-page-code-beaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Beaker","download_url":"https://codeload.github.com/Code-Beaker/manage-landing-page-code-beaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fmanage-landing-page-code-beaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["frontendmentor-challenge","html","js","scss"],"created_at":"2024-12-06T19:18:04.631Z","updated_at":"2026-04-24T12:34:02.658Z","avatar_url":"https://github.com/Code-Beaker.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manage Landing Page\n\nThis is a solution to the **Manage Landing Page** challenge from [Frontend Mentor](https://frontendmentor.io)\n\n## Preview\n\nGet a glance of the project solution.\n\n![Preview of the Project](manage-readme-preview.jpg)\n\n## Tools and Languages\n\nDifferent tools and languages used to create this project.\n\n### Tools\n\n- Visual Studio Code\n- [Vite](https://vitejs.dev)\n- Firefox\n- Brave\n- [Validator - A library to validate forms](https://npmjs.com/package/validator)\n- [Bootstrap Icons](https://icons.getbootstrap.com)\n- [Splide](https://splidejs.com/)\n\n### Languages\n\n- SCSS\n- HTML\n- CSS\n- JavaScript\n\n## Process\n\nHow I started creating this project with the help of Vite.\n\n### Creating Application and installing dependencies\n\n```\nnpm create vite@latest -- --template vanilla app\n```\n\nThis will create a new Vite application with some boilerplate code.\n\n```\ncd app\n\nnpm install\n```\n\nThen we need to `cd`(change directory) into the `app` folder and install all the dependencies using `npm install`\n\n### Installing SASS/SCSS dependency\n\n```\nnpm add sass -D\n```\n\nThis command will install the SCSS package so that Vite can compile our SCSS to CSS.\n\n```\nnpm run dev\n```\n\nThis command will open a dev server on your local machine.\n\n### Using Splide to create the carousel\n\nCreating an interactive and responsive carousel with Splider.\n\n### Linking Splide with cdn\n\nLink Splide with core js and css styles using the CDN\n\n```html\n\u003c!-- Javascript for Splide --\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- Default CSS styles for Splide --\u003e\n\u003clink\n  href=\"https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css\"\n  rel=\"stylesheet\"\n/\u003e\n```\n\nWe need to create the markup that will work accordingly with Splider.\n\n![splide HTML](image-1.png)\n\nThis is the first time I'm creating a carousel and thankfully, this library helped me create it without a hassle.\n\n![Splide usage image](image.png)\n\n## What I learned making this project\n\nI was able to enhance my CSS `grid` and `flex` knowledge and create some complex layouts included in this design.\n\nAlso, learned to make buttons that look and feel good to the eyes with a balanced color, spacing and size.\n\n## Links\n\n- Live site URL: [Netlify](https://manage-landing-code-beaker.netlify.app/)\n- Repository URL: [Code-Beaker/manage-landing-page](https://github.com/Code-Beaker/manage-landing-page-code-beaker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fmanage-landing-page-code-beaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-beaker%2Fmanage-landing-page-code-beaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fmanage-landing-page-code-beaker/lists"}