Piercel2022.github.io

This page is created for my portfolio

GPL-3.0 License

Stars
0

Description of the project

For this milestone of the portfolio website, we will implement the popup window when the user want to see the projects

Built With

  • Major languages: HTML & CSS
  • A Linter for HTML & CSS and Javascript

Getting Started

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

Prerequisites

  • Code editor: Vscode or Sublime
  • Git

Setup

  1. Download the Zip file or clone the repo with:

git clone https://github.com/Piercel2022/my-portfolio.git

  1. To access cloned directory run:

cd my-portfolio

  1. Open it with the live server

Link demo

https://piercel2022.github.io

Install :

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:

npx hint .

  1. For tracking linter errors in CSS or SASS files run:

npx stylelint "*/.{css,scss}"

  1. For tracking linter errors in the Javascript files run:

npx eslint .

Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the (../../issues/).

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.md) licensed.

Related Projects