This is my custom portfolio website made using HTML, CSS and JavaScript.
The website is deployed to GitHub Pages and can be found here.
To run the project locally on your computer please clone the project using this command git clone
and run npm install
to install all required dependencies.
Due the project only uses HTML, CSS and JavaScript you can access the website on you local machine by opening the index.html
-file with your favorite browser or by running npm start
.
The projects shown on the website are being accessed through the GitHub API and can be maintained by modifing the scripts.js.
let githubprojects = [
{
name: 'ayush/100-days-of-code',
icon: 'description',
},
];
- name: username/repository (GitHub)
- icon: icon you want to display for the project (using Google Font Icons)
Due to lots of projects using icons in their project description the script in js/scripts.js remove the github icons.
project.description.replace(/:[^}]*:/, '');
If you want to contribute to this project and make it better, your help is very welcome.
Want to file a bug, contribute some code, or improve documentation? Excellent! Check out one of our issues.
Help us keep this project open and inclusive. Please read and follow our Code of Conduct.