Capstone-01: "BaMeN Services" Website
In this project, the "BaMen Service" responsive website has been done using HTML and CSS and Vanilla JavaScript.
Screenshot
Built with
- Major languages: HTML, CSS, JavaScript
- Technologies used: SASS, Github, Linters
Getting Started
Clone the repository and setup the linter
Prerequisites
- npm ( Node Package Manager )
- git and Github Account
Setup
To get a local copy up and running follow these simple example steps.
- Open terminal
- Change the directory you want put the repo
- Then run i. Run git clone [email protected]:mengiefen/microverse-capstone-01.git ii. cd repo-name/
Install
-
Webhint linter
npm install --save-dev [email protected]
-
Stylelint linter
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
-
ESLint linter
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
Run tests
- Webhint linter -
npx hint .
on the root of your directory of your project. - Stylelint linter
npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
- ESLint linter
npx eslint .
on the root of your directory of your project.
Authors
- GitHub: @mengiefen
- Twitter: @MengistuFentaw
- Linkedin: @mengefen
Contributers
Acknowledgments
- Credit to Cindy Shin the author of the original design
- To my coding partners, morning session team,reviewers and standup team memebers.
Live Demo
📝
License
This project is MIT licensed.