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

https://github.com/nitbravoa92/hello-microverse

Simple html and css project to practice how to work with linters and github flow
https://github.com/nitbravoa92/hello-microverse

Last synced: 3 days ago
JSON representation

Simple html and css project to practice how to work with linters and github flow

Awesome Lists containing this project

README

          



Hello Microverse


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Hello Microverse

**Hello Microverse** is a simple Html/Css project to practice how to install and work with html and css linters.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Linters installation**
- **Diagnosis of HTML and CSS code to detect and fix technical issues**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder-name
git clone git@github.com:NitBravoA92/hello-microverse.git
```

### Prerequisites
In order to install, modify and run this project, it is necessary to have the following applications installed:
- **Git:** to manage the project versions of source code. [You can Download Git here](https://git-scm.com/)
- **Nodejs and NPM:** to install and manage the project dependencies. [Nodejs and NPM installation guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- **A code editor** like Visual Studio Code (Recommended) or any other of your preference. It is necessary to open the project and add or modify the source code. [You can Download Visual Studio Code here](https://code.visualstudio.com/)

It is also important to have at least basic knowledge of HTML and CSS languages, so you will be able to understand and work with the html and css code of the project.
- [Learn the basics of HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [Learn the basics of CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)

### Install

Install this project by running the next command into your project folder:

```sh
npm install
```

### Usage

Open the HTML or CSS files and modify the internal code and then run the following command:

```sh
npx run .
npx stylelint "**/*.{css,scss}"
```
This will show you a log with details about errors (if any) and changes that would be necessary to solve those errors and improve the code.

**Note**: Please only modify the HTML and CSS files. Do not modify the configuration files of the project.

## 👥 Authors

👤 **Nitcelis Bravo**

- GitHub: [Nitcelis Bravo](https://github.com/NitBravoA92)
- Twitter: [@softwareDevOne](https://twitter.com/softwareDevOne)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158)

(back to top)

## 🔭 Future Features

- [ ] **Add new html content like a navbar section with a logo, a main content section, and a footer section.**
- [ ] **Add custom CSS styles to style the new sections of the web page, focused on responsiveness.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).

To do Contributions, please fork this repository, create a new branch and then create a Pull Request from your branch. You can find detailed description of this process in: [A Step by Step Guide to Making Your First GitHub Contribution by Brandon Morelli](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940)

(back to top)

## ⭐️ Show your support

If you liked this project, give me a "Star" (clicking the star button at the beginning of this page), and share this repo with your developer community.

(back to top)

## 🙏 Acknowledgments

I would like to thank my Microverse teammates for their support. They have helped me a lot by giving me tips and reviews to improve the project.

## 📝 License

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

(back to top)