{"id":17562113,"url":"https://github.com/kidd254/lawrence-s-portfolio","last_synced_at":"2025-04-24T06:40:24.973Z","repository":{"id":64119115,"uuid":"572650024","full_name":"Kidd254/Lawrence-s-Portfolio","owner":"Kidd254","description":"This is the second major project at Microverse that is intended to run for several weeks as I make changes and improvements in the course of the program","archived":false,"fork":false,"pushed_at":"2023-07-09T18:41:17.000Z","size":885,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T07:51:14.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/Kidd254.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-30T18:20:24.000Z","updated_at":"2023-06-23T23:19:35.000Z","dependencies_parsed_at":"2023-02-19T00:15:28.839Z","dependency_job_id":null,"html_url":"https://github.com/Kidd254/Lawrence-s-Portfolio","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/Kidd254%2FLawrence-s-Portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kidd254%2FLawrence-s-Portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kidd254%2FLawrence-s-Portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kidd254%2FLawrence-s-Portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kidd254","download_url":"https://codeload.github.com/Kidd254/Lawrence-s-Portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580723,"owners_count":21453531,"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":[],"created_at":"2024-10-21T12:25:33.156Z","updated_at":"2025-04-24T06:40:24.953Z","avatar_url":"https://github.com/Kidd254.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n\n\n# 📖 [Lawrence-s-Portfolio] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n**[Lawrence-s-Portfolio]** is the first project at Microverse that is meant to test one's knowledge on gitflow and Es Linter Configuration. This project was build using Html and css. Git, Github, and Vs Code Studio were key technological tools used in this project.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e \u003c/a\u003e\nThis project is built using pure Html and css\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [a link to the online version](https://kidd254.github.io/Lawrence-s-Portfolio/)\n\n- [a link to a presentation about this project](https://www.loom.com/share/fa58332dceeb4851b77c2a69dcf63e69)\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\nYou need to have a code editor pre-installed (preferably Vs Studio Code Editor). You may also need to install Git Bash terminal but if you're using Vs Code Studio you can use its terminal.\n\n\n### Setup\n\nStep 1:if you don't have git installed on your machine you can download it from [here](https://git-scm.com/downloads).\n\nOnce you have git installed on your machine you can clone your project by running the command below to clone your project to your local machine\n\n`git clone \u003cyour project link\u003e`\n\nAlternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your project page and clicking on `Download ZIP`\n\nStep 2: Locate the folder where you cloned your project and open the `index.html` file in your browser to view your project.\n\n### Install\n\nInstall this project with:\n\n1. install WebHint: npm install --save-dev hint@7.x\n2. install Stylelint: npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x\n3. install live Server from the extensions section on Vs Code Studio if using this code editor\n\n### Usage\n\nTo run the project, execute the following command:\nopen the cloned repository in your code editor\n\n### Run tests\n\nTo run tests, run the following command:\n\nTo run tests and check for errors:\n-After installing the required linter, npx stylelint \"**/*.{css,scss}\"\n-To fix CSS or SCSS linters error: npx stylelint \"**/*.{css,scss}\" --fix\n-Run your code on web browser\n\n### Deployment\n\nYou can deploy this project using: github pages\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Author1**\n  \n- GitHub: [@Kidd254](https://github.com/Kidd254)\n- Twitter: [@lawrenc98789206](https://twitter.com/lawrenc98789206)\n- LinkedIn: [lawrence-kioko-972035240/](https://www.linkedin.com/in/lawrence-kioko-972035240/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project kindly offer your support in terms of contributions. If you notice any issues you can raise them in the issues section, kindly. \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\nVote of thanks to Microverse for giving me an opportunity and ispiring me to complete this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **[Where is the functionality in this project?]**\n\n  - [this project is work in progress, more changes are likely to be added in the due course]\n\n- **[What is the aim of this project?]**\n\n  - [This project is meant to equip a learner with knowledge on correct github flow, and correct es linter configuration set up]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidd254%2Flawrence-s-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkidd254%2Flawrence-s-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidd254%2Flawrence-s-portfolio/lists"}