The-Normal-One1 / Visit-Ethiopia

It is web application that show's users places to visit in Ethiopia. it is built using HTML, CSS, JavaScript.

Home Page:https://the-normal-one1.github.io/Visit-Ethiopia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visit-Ethiopia

This is visit-Ethiopia. Please be my guest to read all my experiance.

Built With

  • HTML
  • CSS
  • Technologies used

Live Demo

Please: Here

Prerequisites

The basic requirements for building the executable are:

  • A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
  • VSCode or any other equivalent code editor
  • Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

Getting Started

Setup

git clone https://github.com/The-Normal-One1/Visit-Ethiopia

cd Visit-Ethiopia

Install

npm install

Usage

Getting packages and debuging with Stylelint

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
For validation detection using Stylelint Run
npx stylelint "**/*.{css,scss}"
from parent source directory

Getting packages and debuging with ESlint

npm install npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
For validation detection using Stylelint Run
npx eslint .
from parent source directory

Getting packages and debuging with Webhint

npm init -y
npm install --save-dev hint@6.x
For validation detection using Webhint Run
npx hint .

Run tests

This should run all unit test found in the application.test.js from the Test folder.

Deployment

This website is delpoyed by Githube pages

Authors

👤 Ermiyas Demsew

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

It is web application that show's users places to visit in Ethiopia. it is built using HTML, CSS, JavaScript.

https://the-normal-one1.github.io/Visit-Ethiopia/


Languages

Language:HTML 53.6%Language:CSS 32.7%Language:JavaScript 13.7%