Portfolio

screenshot of Portfolio
nextjs
react
scss
tailwind

My personal website and portfolio. Made with NextJs

Overview

Creating a unique portfolio can be quite the challenge, especially in a sea of similarly styled designs. Inspired by a personal design idea, this single-page website emerges as a refreshing take on showcasing one's work. It features a clean layout that effectively presents various sections including projects, career timeline, and even a sneak peek into what the creator is currently listening to on Spotify. The use of modern technologies elevates this portfolio beyond the basic templates, reflecting not only the creator’s skills but also a hint of personality.

Features

  • Single Page Layout: The portfolio is structured as a single-page website, allowing for smooth scrolling and easy navigation across multiple sections.
  • Projects Showcase: A dedicated section to highlight various projects, providing a visual insight into the creator’s work and experiences.
  • Career Timeline: This feature provides a chronological representation of the creator’s professional journey, making it easier for visitors to follow their growth and achievements.
  • Tech Stack Usage: Built entirely with JavaScript using Next.js for its robust features like file-based routing and server-side rendering, ensuring a seamless user experience.
  • Stylized with TailwindCSS: The portfolio is visually appealing thanks to the utility-first CSS framework, allowing for rapid styling without compromising on design consistency.
  • Blogs Integration: Pulling blog posts through Hashnode’s GraphQL API, it keeps the content fresh and relevant, drawing visitors to the creator’s writing.
  • Spotify Integration: A creative touch that displays the current track the creator is playing, adding a personal element that visitors may find relatable.
  • Easy Deployments with Vercel: Utilizing Vercel for hosting makes deployment straightforward, reducing the technical hassle and allowing the creator to focus on content updates.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.