- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
- [Responsive Desing]
- [Styled only with flexbox(CSS)]
- [Interactive social media images]
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.
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 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.
👥 Author Hernán Zamora
- GitHub: @hernandanielzamora
- Twitter: @HernanZamora14
- LinkedIn: Linkedin
👥 Author Melanie Cascante
- GitHub: @Maedea9
- [Finishing mobile version]
- [Building desktop version]
- [Deployment]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page. Or send them directly to me.
If you like this project feel free to let me know via Linkedin - Github - Twitter. I will always appreciate your comments.
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.
This project is MIT licensed.