Objective: Create a personal website that can be used to showcase my accomplishments, skills, coursework, projects, and work history
Demonstration: In this YouTube video I show you how to access my website, and discuss some of the features
Presentation: Click here to view the Google Slides presentation
Deployment: My project is deployed on GitHub Pages here
How to Install: See the installation guide for installing and running my website yourself guide
Tech requirements: Node.js download, and reload module download which I recommend you install with npm
This project was completed by me, Hasti, for my Web Development course which you can find here
This repository contains the source code for the homepage of my personal website. Inside this repository you will find the following
-
scripts
-
styles
-
index.html
-
package.json
-
package-lock.json
-
eslintrc.js
index.html file contains the content of my homepage
styles folder contains the CSS code used to style my content
scripts folder contains all the JavaScript code used to add functionality to my homepage
package.json file containing metadata on the project and its dependancies
package-lock.json file containing the exact and versioned dependency tree
eslintrc.js configuration information for the projects entire directory