https://github.com/ashmalzahra/hello-world
This project is a "Hello world" repository. No complex coding is used for this exercise. The goal here is to master all of the tools and best practices learned so far.
https://github.com/ashmalzahra/hello-world
css gitignore html linters-setup
Last synced: over 1 year ago
JSON representation
This project is a "Hello world" repository. No complex coding is used for this exercise. The goal here is to master all of the tools and best practices learned so far.
- Host: GitHub
- URL: https://github.com/ashmalzahra/hello-world
- Owner: ashmalzahra
- License: mit
- Created: 2022-11-29T21:44:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T21:54:44.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:19:43.239Z (over 1 year ago)
- Topics: css, gitignore, html, linters-setup
- Language: HTML
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# Hello Microverse
Hello Microverse project is built for training and understanding Linters.
## Built With
- HTML, CSS
- Git, Github
- VSCode
Client
- HTML
- CSS
Server
- N/A
Database
- N/A
- This is a stable version
- Running the code will print 'Hello Microverse'.
- the title's color is red
- N/A
## Getting Started
Clone the folder to your local machine, make sure to configure linters by following the instructions in the [Linters README file](https://github.com/microverseinc/linters-config/blob/master/README.md)
### Setup
Set up the yaml file located in .github/workflows/linters.yml
### Install
Install all different dependencies of linters file:
- lighthouse (.github/workflows/linters.yml)
- webhint (.github/workflows/linters.yml)
- stylelint (.github/workflows/linters.yml)
### Usage
To run the project, execute the following command:
open your live server
### Run tests
After pushing the changes on github, merge your pull request and let github action process changes. Check for the tests when you generate a pull request and fix errors, if any.
For stylelint errors run:sudo npx stylelint "**/*.{css,scss}" --fix for automatic fix.
### Deployment
You can deploy this project using:
N/A
## Authors
👤 **Ashmal Zahra**
- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)
- [ ] **Next version will have an option to display 'Hello Universe'**
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ashmalzahra/Hello-World/issues).
## Show your support
Give a ⭐️ if you like this project!
I would like to thank Microverse team for the information provided.
- **Can I download and use the project?**
- Yes, the project is open source, you can download and use it as you wish.
## 📝 License
This project is This project is [MIT](./LICENSE) licensed.