- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Setup-Portfolio-and-Mobile-First is a project in where you built your own portfolio website using Frontend Dev Tools.]
Relevant tech stack of the project.
Programming Tools
- HTML
- CSS
- Javascript
Dev Tools
- Git
- GitHub
Text Editor
- VS Code
Key features of the application.
- [Learn_how_to_built_your_personal_portfolio_Site]
- [Learn_how_to_use_flexbox_to_place_elements]
- [Learn_how_to_use_images_and_backgrounds]
Live Demo of "My Portfolio" project using Github Pages.
- Web Project: JD's Portfolio Demo
How to make use of the project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Git, Github web or Github desktop, VS Code and Node.js (to use npm commands) "not sure how to use npm? Read" this.
Clone this repository to your desired folder:
- 1️⃣ Open Git Bash.
- 2️⃣ Change the current working directory to the location where you want the cloned directory.
- 3️⃣ Type:
git clone https://github.com/JuanDiegoGuerra/Portfolio-Setup-and-Mobile-first.git
- 4️⃣ Press Enter to create your local clone.
Install this project with:
NOTE: If you are running on Windows, you need to initialize npm to create package.json file.
npm init -y
npm install --save-dev [email protected]
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
yarn install --audit
To run the project, execute the following command:
npx hint .
Run npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
Fix linter errors
No test needed for this project.
You can deploy this project using:
VS Code and Google Chrome.
👤 Juan Diego Guerra
- GitHub: @JuanDiegoGuerra
Features that will be added to the project.
- [ 1 ] [Better_transitions]
- [ 2 ] [Better_javascript_actions]
- [ 3 ] [More_content_in_general]
Big thanks to my coding partners 👨🏽🚀
- GitHub: @enmanuelbayen
- GitHub: @Alejuda
- GitHub: @CesarHerr
-> Feel free to check the issues page.
You can support following me.
- If you like this project you can follow me 🤩! I will be adding more useful material 😁.
Credits to:
- I would like to thank my gf 😳 because she fed me when I was starving after coding for a lot of hours 🤭.
- I would like to thank to my reviewer too because he inspired me finish this challenge as it has to be 💪🏼.
You could face some problems when doing this project for the first time, so please check this FAQ.
-
[Why_is_my_Lighthouse_linter_not_working_?]
- [If you have this specific problem, go to your ".yml" file and check the node-version of the specific linter. Best version for this project is "14" (in my case it was "18x" and I changed it)]
-
[Wich_files_should_I_add_in_my_gitignore_?]
- [Feel free to add any file you think is not necessary to be on your repo, but be careful when you add or create new files that might not be necessary in your repo but aren't written in your gitignore.]
This project is MIT licensed.