This project is a responsive mobile first prortfolio website. This website has a nice look and feel on both small devices like phone and tablets and devices with large screens !!
- To visit the site live: Live Demo Link
- HTML
- CSS
- linters
- Lighthouse
- Webhint
- Stylelint
To get a local copy up and running follow these simple example steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/belmeetmule/portfolio.git
- To access cloned directory run:
cd portfolio
- Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
👤 Mulugeta M.
- GitHub: @belmeetmule
- Twitter: @belmeetmule
- LinkedIn: belmeetmule
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thank You Microverse team that produced the template of this project.
- Thanks to everyone who will get time to check this code and suggest any issues
This project is MIT licensed.