Skip to content

mahabubx7/Hello-Microverse

Repository files navigation

Hello Microverse

📗 Table of Contents

📖 [Hello Microverse]

Describe your project in 1 or 2 sentences.

[Hello Microverse] is a git-github based warm-up project.

🛠 Built With HTML/CSS and Markdown

Describe the tech stack and include only the relevant sections that apply to your project.

Client

Key Features

  • [Clean and Simple Static Webpages]
  • [Only Raw HTML & CSS]
  • [Nodejs for development tools]

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

Clone this repository and start making changes. And forget the PR!

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

Prerequisites

In order to run this project you need:

Check Git is already installed and working:

 git --version
 node --version

It should not show you any error. And should return the version info.

Setup

Clone this repository to your desired folder:

Execute this:

  git clone git@github.com:mahabubx7/Hello-Microverse.git

Install

Install this project with:

Install Dependencies:

  cd your-project-folder
  npm install

Usage

To run the project, execute the following command:

Execute this:

  npm start

Run tests

To run tests, run the following command:

Testing with Lint-checks:

  npm test

Deployment

Deployed in Github Pages.

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Mahabub

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

❓ FAQ (OPTIONAL)

Add at least 2 questions new developers would ask when they decide to use your project.

  • [Is this project for Microverse program?]

    • [Yes, it is. This is the first week first project called Hello Microverse]

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)