Kareem24 / portfolio-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

One paragraph statement about the project.

screenshot

Additional description about the project and its features.

Built With

  • Major languages,
  • frameworks,
  • technologies used

Live Demo

Live Demo Link

Development (Running locally)

  • Clone the project
git clone https://github.com/Kareem24/portfolio-page.git
  • Install Dependencies
npm install

To run StyleLint by itself, you may run the lint task:

npm run lint:check

Or to automatically fix issues found (where possible):

npm run lint

You can also check against Prettier:

npm run format:check

and to have it actually fix (to the best of its ability) any format issues, run:

npm run format

You can also check against HTML Validator:

npm run html-validator

Style Guides

πŸ‘€ Author

🀝 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

  • Hat tip to anyone whose code was used
  • Inspiration, resources/assets used
  • etc

πŸ“ License

MIT licensed.

About

License:MIT License


Languages

Language:HTML 42.8%Language:CSS 33.2%Language:JavaScript 24.0%