/Hello_Microverse

Primary LanguageHTMLMIT LicenseMIT


Hello Microverse

📗 Table of Contents

📖 Hello Microverse

Hello Microverse is a project that we can apply almost all rules and hints learned during day (1,2) and we start getting familiar with linters.

🛠 Built With

Tech Stack

Client

Key Features

  • Learn to configure Linter

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Web Browser (I recommend:Chrome or FireFox)
  • CodeEditor
  • Git

Setup

Clone this repository to your desired folder:

cd [your_folder_name]
git clone https://github.com/Graciano1997/Hello_Microverse.git

Install

Install this project with:

npm install

Usage

To run the project, execute the following command:

  • Open the index.html with the LiveServer extension

Run tests

To run tests, run the following command:

  • To track HTML linter errors run:
npx hint .
  • To track CSS linter errors run::
npx stylelint "**/*.{css,scss}"
  • To track JavaScript linter errors run:
npx eslint .

(back to top)

👥 Authors

👤 Graciano Henrique Gra_Soft

(back to top)

🔭 Future Features

  • The Microverse's News Portal
  • The First Module Student's Testimonials feature
  • A time Calculator for Micronouts

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project share it and rate it : ⭐️⭐️⭐️⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Kiko Kirti Arora and my Team

(back to top)

❓ FAQ (OPTIONAL)

  • What do this App ?

    • It says Hello to Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)