{"id":18791318,"url":"https://github.com/rubydevi/hello-microverse","last_synced_at":"2026-03-19T06:24:12.173Z","repository":{"id":155005938,"uuid":"632478567","full_name":"rubydevi/Hello-Microverse","owner":"rubydevi","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-26T10:23:37.000Z","size":174,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T14:22:35.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rubydevi.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":"2023-04-25T13:44:42.000Z","updated_at":"2023-08-25T16:18:52.000Z","dependencies_parsed_at":"2023-06-04T08:00:23.237Z","dependency_job_id":null,"html_url":"https://github.com/rubydevi/Hello-Microverse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubydevi/Hello-Microverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubydevi%2FHello-Microverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubydevi%2FHello-Microverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubydevi%2FHello-Microverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubydevi%2FHello-Microverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubydevi","download_url":"https://codeload.github.com/rubydevi/Hello-Microverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubydevi%2FHello-Microverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"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":[],"created_at":"2024-11-07T21:15:24.589Z","updated_at":"2026-01-26T23:44:48.613Z","avatar_url":"https://github.com/rubydevi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 Hello Microverse \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Hello Microverse** is a project I completed on Day 2 of Module 1 as a student in Microverse. This project was created to practice utilizing linters, GitHub Flow, and requesting code reviews.\n\nAs a summary, Hello Microverse is a simple project that includes a basic HTML structure and a CSS stylesheet. The HTML and CSS code are both validated with linters to ensure code quality and consistency. The project follows the GitHub Flow, with branches for features, bug fixes, and pull requests for code review.\n\nOverall, Hello Microverse provided a great introduction to the Microverse program and allowed me to practice essential skills for software development.\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003eHTML and CSS\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Configured Linters**\n- **Added an HTML File**\n- **Added a CSS file**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n1. git\n2. VS Code or any code editor\n3. NPM intalled\n\n\n### Setup\n\nClone this repository to your desired folder:\n```sh\n  cd my-folder\n  git clone git@github.com:rubydevi/Hello-Microverse.git\n  cd Hello-Microverse\n```\n\n### Install\n\nInstall this project with:\n\n**Weblint**\n\n1. Run this code:\n```sh\n npm install --save-dev hint@7.x\n```\n2. Don't forget to copy [.hintrc](.hintrc) to the root directory of your project.\n\n3. Run this code after you write your html code.\n```sh\n npm hint .\n```\n4. It will show you errors, fix all the errors shown.\n\n**Stylelint**\n\n\n1. Run this code:\n```sh\n npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x\n```\n2. Don't forget to copy [.stylelintrc.json](./.stylelintrc.json) to the root directory of your project.\n\n3. Run this code after you write your html code.\n```sh\n npx stylelint \"**/*.{css,scss}\"\n```\n4. It will show you errors, fix all the errors shown.\n\n### Usage\n\nTo run this project in the browser, simply open the index.html file in your preferred browser.\n\n### Run tests\n\nTo run tests, run the following command:\n```sh\n npm hint .\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Chongtham Ruby Devi**\n\n- GitHub: [@githubhandle](https://github.com/rubydevi)\n- Twitter: [@twitterhandle](https://twitter.com/ariesabyss)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chongtham-bhoomika/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- Integration with a continuous integration/continuous deployment (CI/CD) pipeline\n- The addition of linters for other programming languages such as JavaScript\n- Implementation of an automatic code formatter\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project please leave a star, I'd really appreciate it.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- I'd like to thank Microverse for this wonderful README template.\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubydevi%2Fhello-microverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubydevi%2Fhello-microverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubydevi%2Fhello-microverse/lists"}