Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/errytagedesign/hello-microverse-project
https://github.com/errytagedesign/hello-microverse-project
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/errytagedesign/hello-microverse-project
- Owner: Errytagedesign
- License: mit
- Created: 2023-05-30T20:16:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-01T00:41:18.000Z (over 1 year ago)
- Last Synced: 2024-10-27T21:21:50.883Z (2 months ago)
- Language: HTML
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hellow Microverse Project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)This is my First Microverse Project. I created it using HTML and CSS. In addition, i added Linters for Html and Css.
1-HTML
2-CSSClient
- Add index.html file.
- Add style.css file.
### Prerequisites
1-Web Browser
2-Code Editor
3-Git
### Setup
Clone this repository to your desired folder:
Run this Command:
```sh
cd my-folder
git clone [email protected]:Errytagedesign/Hello-Microverse-Project.git
```
### Install
First you need to install the node package files
Run this command:
```sh
cd Hello-Microverse-Project
npm install
```
### Usage
- In order to use this project you either create branch to add more features.
- But in order to run the project open index.html with live server
### Run Linters
I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands
- in order to run the linter test on index.html:
```sh
npx hint .
```
- in order to run the linter test on stylesheets:
```sh
npx styleint "**/*.{css,scss}"
```
### Deployment
- You can easily use github pages to deploy your project
Useful link about Github Pages
Step by Step guide to deploy using netlify
Step by Step guide to deploy using vercel
👤 Sodeeq Awoyemi
- GitHub: [@githubhandle](https://github.com/Errytagedesign)
- Twitter: [@twitterhandle](https://twitter.com/errytage)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/errytagedesigns/)
- [ ] Add Header
- [ ] Add Footer
- [ ] Add more Styling
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project just give it a star -
I would like to thank Microverse.
This project is [MIT](./LICENSE) licensed.