This is a simple portfolio website created with CSS Modules and SCSS to show my tech stack, completed projects, and courses.
The following libraries and technologies were used in the project:
- Next.js 13
- React
- CSS Modules
- SCSS
- Sendgrid
- TypeScript
The website has the following features:
- Contact form created with Sendgrid
- Responsiveness
- Styling with CSS Modules & SCSS & a very little bit of Tailwind CSS
- Simple heading & hamburger menu animations
- Curriculum Vitae download button
- SVG icons
- Intro / Stack / Projects / Courses / Contact sections
To run the project, you need to run the development server by typing in your IDE:
npm run dev
# or
yarn dev
# or
pnpm dev