AndreaM2429 / Set_up_a_Hello_Microverse_project

To practice the skills that I just learned.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up a "Hello Microverse" project

To practice the skills that I just learned from Microverse.

Set up a "Hello Microverse" project

πŸ“— Table of Contents

πŸ“– Set up a "Hello Microverse"

Set up a "Hello Microverse" project is a project for practice all the knowledge that I have learned during the previous steps.

πŸ›  Built With

Tech Stack

HTML
  • This project use basic HTML tags.
CSS
  • The CSS is used to provide the design in the index document
Linters
  • The Linters are tools that help us to check and solve the errors in the code

Key Features

In this section there are some features that you can notice in the project

  • This project just has HTML&CSS basic knowledge it means just a h1 tag and a color style for it.
  • This project count with a HTML&CSS linters.
  • Count with a .gitignore node_modules.

(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:

  • To have a Git Bash in your device
  • To have a code editor
  • To have a web local server such as XAMPP

Setup

Clone this repository to your desired folder:

  • **Clone this repo on your local device you need to open Git Bash and paste the link with the command

$ git clone https://github.com/AndreaM2429/Set_up_a_Hello_Microverse_project**

Install

You just need to add the local clone in your code editor.

Usage

You can do changes in the index.html, style.css and save the change in order to see them when open it in the browser.

Run tests

To see the index.html file you have to go to your browser and enter the direction of your local clone, something like:

http://localhost/name_of_clome_repo/index.html

Deployment

You can deploy this project using:

  • Web services and you can make any change and use for anything else different

(back to top)

πŸ‘₯ Author

I'm the only author from this project

πŸ‘€ Andrea Manuel

(back to top)

πŸ”­ Future Features

  • I will add more tag to the index and also in the style file
  • I won't implement any other change in this project until I recive a review

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page and add your thoughts

(back to top)

⭐️ Show your support

If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts

(back to top)

πŸ™ Acknowledgments

I would like to thank my coding partners and my stand up team that help me to understand and finish this project.

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

About

To practice the skills that I just learned.

License:MIT License


Languages

Language:HTML 93.3%Language:CSS 6.7%