My current personal website
The personal website source code of a Staff Frontend Engineer is an open-source project that showcases the developer’s technical learnings over a 5-month period. It features animations powered by CSS variables without the use of libraries. The website serves as a portfolio, focusing on the code rather than image showcases, and was built using Svelte (Sapper) for development, PostCSS for styling, Cypress for testing, and deployed on Netlify.
To run the personal website locally, follow these steps:
git clone [repository_url]
cd [project_directory]
npm install
npm run dev
Visit http://localhost:port in your browser
The personal website source code of a Staff Frontend Engineer is an open-source project that showcases the use of CSS animations and CSS variables for dynamic effects. It is built with Svelte (Sapper), styled with PostCSS, tested with Cypress, and deployed on Netlify. The website serves as a portfolio focusing on the code itself, devoid of image showcases, and encourages learning and sharing within the community.