Hello Microverse

📗 Table of Contents

📖 Hello Microverse

In this project, you will set up a "Hello world" repository. No complex coding is required for this exercise. Your goal here is to master all of the tools and best practices you learned about in previous steps. You will be using them in all Microverse projects and most likely in your future job as well, so it is important to know them! You will also get your first code review. This is also a process that will be used in all Microverse projects.

Tech Stack

This project uses css, and html technologies

Client
Server

🔭 Future Features

  • Add dynamic features
  • Add forms
  • Add more CSS

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project, click star and fork it.

Key Features

This project contains three simple files such as hello.html, hello.css and test.md files. It demonstrates how to setup a linter in css and html.

  • HTML
  • CSS
  • Linter configuration

(back to top)

💻 Getting Started

Follow the following steps to work on this project

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

Prerequisites

In order to run this project you need:

Install text editor such as VsCode. Install git.

Setup

Clone this repository to your desired folder:

  mkdir microverse
  cd microverse
  git https://github.com/gama1221/hello_microverse_project.git

Install

Install this project with:

  cd microverse
  npm install

Usage

To run and see errors in this project, execute the following command:

  npx hint .

(back to top)

👥 Authors

👤 Author

(back to top)

🙏 Acknowledgments

I would like to thank to Microverse having such opportunity

(back to top)

❓ FAQ

  • How to setup a project with linter i.e. css linter

    • This project can have the answer

(back to top)

📝 License

This project is MIT licensed.

(back to top)