Skip to content

Drish-xD/Devfolio

Repository files navigation

Portfolio

The personal Portfolio website showcases projects, skills, and blogs to share experiences. The website is built using Next.js as a Static Site Generator, GSAP for animations, and Lenis Scroll for smooth scrolling. Contentful SDK is integrated to use it as a CMS for managing Projects.

Website Status Vercel Codacy Badge GitHub License GitHub Release wakatime

Key Features

  1. Next.js

    The website is built with Next.js, a powerful static site generator that offers improved performance, SEO, and user experience.

  2. Animation with GSAP

    GSAP (GreenSock Animation Platform) is used to incorporate animations and visual effects, making the website more interactive and engaging.

  3. Smooth Scrolling

    Lenis Scroll integration ensures a smooth scrolling experience, enhancing user navigation throughout the website.

  4. Contentful as CMS

    Integration of Contentful SDK enables easy content management for projects, allowing the user to update and manage content seamlessly.

  5. Attractive UI Design

    The website boasts an appealing user interface, crafted using custom design, making it visually pleasing and user-friendly.

Folder Structure

src
│
├───app
│   ├───(home)
│   │   └───components
│   │
│   └───projects
│       └───[slug]
│
├───components
│
├───constants
│
├───hooks
│
├───providers
│
├───styles
│
├───types
│
└───utils