HelloMicroverseProject
In this project, I will set up a "Hello world" repository. No complex coding is required for this exercise. My goal here is to master all of the tools and best practices I learned about in previous steps.
Install / Use
/learn @CarlosIgreda/HelloMicroverseProjectREADME
<a name="readme-top"></a>
<div align="center"> <img src="https://github.com/microverseinc/readme-template/blob/e6bb90ae016bd5026a5b26a4e68d057046db7105/murple_logo.png" alt="logo" width="140" height="auto" /> <br/> </div>📗 Table of Contents
- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
📖 Hello Microverse <a name="about-project"></a>
In this project, I will set up a "Hello world" repository. No complex coding is required for this exercise. My goal here is to master all of the tools and best practices I learned about in previous steps. I will be using them in all Microverse projects and most likely in my future job as well, so it is important to know them!
🛠 Built With <a name="built-with"></a>
Tech Stack <a name="tech-stack"></a>
<details> <summary>Client</summary> <ul> <li><a href="https://www.hostinger.com/tutorials/what-is-html">HTML</a></li> <li><a href="https://www.hostinger.com/tutorials/what-is-css">CSS</a></li> </ul> </details> <details> <summary>Server</summary> <ul> <li>N/A</li> </ul> </details> <details> <summary>Database</summary> <ul> <li>N/A</li> </ul> </details>Key Features <a name="key-features"></a>
- Follow a correct Gitflow
- Comply with linters
- Show a greeting message
🚀 Live Demo <a name="live-demo"></a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>💻 Getting Started <a name="getting-started"></a>
To get a local copy up and running, follow these steps:
Prerequisites
In order to run this project you need:
✅ Github account <br> ✅ Visual Studio Code installed <br> ✅ Node.js installed <br> ✅ Git Bash installed (optional)
Setup
Clone this repository to your desired folder:
cd [my-folder]
git clone git@github.com:CarlosIgreda/HelloMicroverseProject.git
<p align="right">(<a href="#readme-top">back to top</a>)</p>
👥 Author <a name="author"></a>
- GitHub: @CarlosIgreda
- Twitter: @carlosigreda
- LinkedIn: @carlosigreda
🔭 Future Features <a name="future-features"></a>
- [ ] Interaction using Javascript
🤝 Contributing <a name="contributing"></a>
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
<p align="right">(<a href="#readme-top">back to top</a>)</p>⭐️ Show your support <a name="support"></a>
If you like this project you can follow me on Github.
<p align="right">(<a href="#readme-top">back to top</a>)</p>🙏 Acknowledgments <a name="acknowledgements"></a>
I would like to thank all Microverse staff and my learning partners as well.
<p align="right">(<a href="#readme-top">back to top</a>)</p>❓ FAQ <a name="faq"></a>
-
What is a Linter?
- Linter is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.
-
What is meant by Gitflow?
- Gitflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches.
📝 License <a name="license"></a>
This project is MIT licensed.
<p align="right">(<a href="#readme-top">back to top</a>)</p>