/portfolio

Corner of the internet where I proudly showcase my projects, achievements and ideas!

Primary LanguageJavaScript

My Portfolio Website

Overview

A place where I showcase my projects, achievements and ideas with community. Feel free to browse through the website to know more about my skills, experiences and the things that I am passionate about in tech!

Live Site

You can view the live site at rahulbaradol.in

Features

This portfolio website includes the following sections/features:

  • Intro: A welcoming introduction to the site visitors.
  • About Me: A overview about my interests
  • Skills: A overview of my technical skills.
  • Experience: Highlight of my professional experience of working with organizations
  • Services Offered: Projects built for the clients
  • Projects: A brief showcasing of my work

Technologies Used

This website is built using the following technologies:

  • JavaScript (Framework/Library): NextJS with NextUI for modern UI components
  • Tailwind CSS: For styling and responsiveness
  • Framer Motion: For animations and transitions
  • Deployment: Hosted on Vercel

Setup and Installation

To set up this project locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Rahul-Baradol/portfolio.git
  2. Go to the folder named portfolio and install the dependencies:

    cd portfolio
    npm install -g yarn
    yarn install
  3. Run the development server:

    yarn dev