Skip to content

hernandanielzamora/Portfolio

Repository files navigation

Personal Portfolio

Readme

📗 Table of Contents

My Portfolio

Hello there and welcome to my personal portfolio, where the user can access to some of my lastests projects and also be linked to my personal social media accounts.

🛠 Built With

Tech Stack

Client

Key Features

  • [Responsive Desing]
  • [Styled only with flexbox(CSS)]
  • [Interactive social media images]

(back to top)

💻 Getting Started

Setup

Clone this repository to your desired folder:

1 - Go to the <> Code section in the repository.

2 - Select the https tab and copy the url provided.

3 - Use the git clone command in the root of the folder where you will save the project.

Note: For more information you can visit About remote Repositories and Adding and cloning repositories.

Prerequisites

In order to run this project you need:

  • Visual Studio Code
  • Live Server extension (in case you want to mock a deployment)
  • Git
  • Npm
  • Node

Install

Install this project linters: Its really important that you do not change the any config file in any way.

1 - Create a .github folder that contains the workflows folder (reulst will look like .github/workflows in your VSC), then add a copy of the following file linters.yml. This way you now have Lightouse installed

2 - To instal Webhint, if you are using Windows, you will need to initialize npm and create a package.json file, you can do that with the following command: npm init -y.

- 2.1 After that, you will have to run npm install --save-dev hint@7.x

- 2.2 Then, you have to create a .hintrc file and copy its content.

- 2.3 Run npx hint .

- 2.4 Fix your validations errors

3 - To install Stylelint to avoid errors and enforce conventions in styles.

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

- 3.2 Create a .stylelintrc.json file and copy its content.

- 3.3 Run npx stylelint "**/*.{css,scss}" on the root of your directory of your project.

- 3.4 Fix linter errors.

(back to top)

👥 Author Hernán Zamora

👥 Author Melanie Cascante

(back to top)

🔭 Future Features

  • [Finishing mobile version]
  • [Building desktop version]
  • [Deployment]

(back to top)

🚀 Live Demo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page. Or send them directly to me.

(back to top)

⭐️ Show your support

If you like this project feel free to let me know via Linkedin - Github - Twitter. I will always appreciate your comments.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the opportunity to grow as a professional and as a software developver. I would like to thank mi coding partners.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors