An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

logo

# 📗 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

(back to top)

### Tech Stack

Client


  • HTML



  • CSS

Server


  • N/A

Database


  • N/A

### Key Features

- This is a stable version
- Running the code will print 'Hello Microverse'.
- the title's color is red

(back to top)

## 🚀 Live Demo

- N/A

(back to top)

## 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)

(back to top)

### Setup
Set up the yaml file located in .github/workflows/linters.yml

(back to top)

### Install
Install all different dependencies of linters file:
- lighthouse (.github/workflows/linters.yml)
- webhint (.github/workflows/linters.yml)
- stylelint (.github/workflows/linters.yml)

(back to top)

### 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.

(back to top)

### Deployment
You can deploy this project using:
N/A

(back to top)

## 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)

(back to top)

## 🔭 Future Features

- [ ] **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).

(back to top)

## Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse team for the information provided.

(back to top)

## ❓ FAQ

- **Can I download and use the project?**

- Yes, the project is open source, you can download and use it as you wish.

(back to top)

## 📝 License

This project is This project is [MIT](./LICENSE) licensed.

(back to top)