- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Portfolio Website: Mobile and Desktop Versions is a continuation of Portfolio Setup and Mobile First HTML/CSS project that uses Figma for UI design, Flexbox to place elements in HTML pages and backgrounds to enhance the look of a portfolio website. This time round, I added the Projects page and Skills page.
1- HTML. 2- CSS. 3- JavaScript 4- LINTERS.
Client
- A portfolio website with enhanced look.
- linters
- Projects page
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Chrome browser
- npm
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:rmiyoyo/Personal-Portfolio-Website.gitInstall the prerequisites this project using:
cd Personal-Portfolio-Website
npm init -y
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.xTo run the project:
index.html
To run tests after setting up the linters, run the following command:
npx hint . npx stylelint "**/*.{css,scss}"You can deploy this project using:
- Run index.html on your preferred browser.
👤 Author1
- Add JS
- Add features to the HTML
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, create a pull request or hit me up on Twitter
Thank you for checking out the code and all the code reviews.
This project is MIT licensed.