Skip to content

benacode/web-project

 
 

Repository files navigation

📗 Table of Contents

📖 Hello World! project

Hello World! project is a repository consisting of the following files:

  • HTML file (index.html)
  • CSS file (styles.css)

The repository also contains files for setting up linters and validators.

🛠 Built With

Tech Stack

Client

Key Features

  • no linter errors

(back to top)

🚀 Live Demo

  • Hello World Live

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

cd my-folder git clone [email protected]:myaccount/my-project.git

Prerequisites

In order to run this project you need:

  • gitHub account;
  • git installed on your OS.

Install

Installations required to run this project:

  • Webhint installation. Run the following command:

npm install --save-dev [email protected]

  • Stylelint installation. Run the following command:

npm install --save-dev [email protected] [email protected] [email protected] [email protected]

Usage

You can use this project by cloning it to your folder and changing index.html and styles.css files.

Run tests

To run tests, run the following commands:

npx hint . npx stylelint "**/*.{css,scss}"

Deployment

You can deploy this project adding new lines of code to index.html and styles.css files.

(back to top)

👥 Authors

👤 Habtamu Alemayehu

(back to top)

🔭 Future Features

No future features suggested.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project just star it!

(back to top)

🙏 Acknowledgments

I would like to thank World program for providing me wthis great chance

(back to top)

❓ FAQ (OPTIONAL)

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.7%
  • CSS 15.1%
  • JavaScript 9.2%