This is a challenge project I did as part of my full stack engineer course on Codecademy. Initially built with React and now using SvelteKit, the website provides a list of projects I've done as a web developer.
- Repository: github.com/DavyK17/portfolio
- Live link: davyk17.pages.dev
- SvelteKit - Full-stack web application framework
- TypeScript - Typed JavaScript programming language
- Tailwind CSS - Utility-first CSS framework
- Node.js - JavaScript runtime
Clone the repository and navigate to the project directory.
gh repo clone DavyK17/portfolio
cd portfolio
Install the project's dependencies and fix any vulnerabilities.
npm install && npm audit fix
Run the project.
npm run dev