Skip to content

Software Developer Portfolio Website made using Vanilla HTML5, CSS3, and linters.

License

Notifications You must be signed in to change notification settings

ForkyIII/Portfolio-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Portfolio Website made using Vanilla HTML5, CSS3, and linters.

Screenshot

screenshot

| Screenshot of the intro section of the portfolio

Built With

  • Languages: HTML, CSS
  • Frameworks: N/A
  • Technologies used: GIT, GITHUB, LINTERS

Getting Started

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

Prerequisites

  • npm (node package manager) - to be able to install packages locally.
  • A github Account - to be able to use github actions.

Setup

  • Open the terminal.
  • Run cd \path\to\where\you\want\your\local\copy
  • Clone the repo
    1. Run git clone git@github.com:IsaMarvin/Portfolio.git
    2. Run cd README/

Install

  • install Webhint linter

    1. Run npm install --save-dev hint@6.x
  • install Stylelint linter

    1. Run npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  • install ESLint linter

    1. Run npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Run tests

  • run Webhint linter
    • Run npx hint . on the root of your directory of your project.
  • run Stylelint linter
    • Run npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
  • run ESLint linter
    • Run npx eslint . on the root of your directory of your project.

Author

Platform Badge
GitHub @IsaMarvin
Linkdin @IsaMarvin

🤝 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
  • etc

📝 License

This project is MIT licensed.

About

Software Developer Portfolio Website made using Vanilla HTML5, CSS3, and linters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published