Edwin Gichuhi's Portfolio is a simple project to learn and test my knowledge in GitHub flow and Linters.
- Navigation bar with menu
- Headline section
- Projects highlight section
- About me & Skills section
- Contact form section
Add a link to your deployed project.
In order to run this project you need:
Install nodejs using installer or run the following command in the terminal:
sudo apt update
sudo apt install nodejs
sudo apt install npmClone this repository to your desired folder:
cd my-folder
git clone https://github.com/egichuhis/Edwin-Portfolio.gitInstall this project with:
cd my-project
npm installTo run the project, execute the following command:
Right-click on index.html and open with any browser
To run tests, run the following command:
Example command:
npx hint .
npx stylelint "**/*.{css/scss}"👤 Edwin Gichuhi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- 100% Full responsiveness on most devices
- Dynamic rendering of elements using JavaScript
- Bootstrap to boost responsiveness
- Adapt it to make Hybrid mobile application
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star
I would like to thank Microverse Inc. coding partner Alex Waweru and community for accelerating my learning process.
-
Do i need to install NodeJs to run the project?
- No, you can preview the project by opening
index.htmlfile with any browser
- No, you can preview the project by opening
-
Is the website optimized for Accessibility for the disabled persons?
- Yes, the website has been designed with the User Experience and Accessibility in mind
This project is MIT licensed.