Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 917 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 917 Bytes

Portfolio

This is a simple portfolio website created with CSS Modules and SCSS to show my tech stack, completed projects, and courses.

Libraries/Technology used in the project:

The following libraries and technologies were used in the project:

  • Next.js 13
  • React
  • CSS Modules
  • SCSS
  • Sendgrid
  • TypeScript

Features

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

Running locally

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