This project is an online showcase of who I am, what I've done, what I'm interested in, and what I plan to do (work in progress on some of those)
Check out the deployed site at: https://ydnamjs.github.io/personal-website/
- JavaScript/TypeScript
- React.js
- Node.js
- Node Package Manager
- Git and GitHub (For version control)
- GitHub Pages (For live deployment)
- GitHub Workflow (For automatic deployment on PR Merge)
- Eslint
- Husky (For enfocing linter before commits)
- Clone the repository:
git clone https://github.com/ydnamjs/personal-website.git - Navigate into the repository:
cd personal-website/ - Install dependencies:
npm i - Run a local version of the site:
npm run start - Navigate to:
http://localhost:3000/personal-website
This project is licensed under the MIT License - see the LICENSE file for details.