/Portfolio

Welcome to my GitHub portfolio! Explore my projects showcasing my web development skills. Find my resume for a comprehensive overview of my experience. Get inspired by the impactful solutions I've crafted with modern technologies.

Primary LanguageCSS

Portfolio Mobile version Work section.

Description the project.

-This project creates a skeleton of the work section and the about section page of the portfolio website mobile version.

Built With

  • Major languages- HTML and CSS
  • Frameworks-N/A
  • Technologies used-Linters

Live Demo (if available)

Live Demo Link

Getting Started

Clone Your Github Repository Follow these steps to clone your Github repo on Windows:

  1. Open Git Bash;
  • If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
  1. Go to the current directory where you want the cloned directory to be added;
  • To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
  • $ cd '/c/Users/Documents/My First Git Project'
  1. Go to the page of the repository that you want to clone.
  2. Click on “Clone or download” and copy the URL.
  3. Use the git clone command along with the copied URL from earlier;
  1. Press Enter;
  • $ git clone https://github.com/USERNAME/REPOSITORY Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13), done.

Congratulations, you have created

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

Prerequisites

  • Basic knowledge of the operating system you are using.
  • A basic knowdlenge on HTML, CSS and the code editor you are using.

Setup

  1. Set-up linters in your local env
  2. The npm package manager is going to create a node_modules directory to install all of your dependencies.You shouldn't commit that directory. To avoid that, you can create a .gitignore file and add node_modules to it:
  3. you need to initialize npm to create package.json file
  4. run npm install --save-dev hint@6.x -add hintrc -run npx hint .
  5. .stylelintrc
  6. run npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  7. run npx stylelint "*/.{css,scss}"

Install

-Operating system that best works. -Visual studio code or any code editor that works for you.

Author

👤 Petro Lesapiti

👤 Davian Beroni

🤝 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.