Skip to content

This repository contains the source code for my personal portfolio website, built with Angular and styled with Tailwind CSS. This project showcases my skills and experience with modern web technologies and personal projects.

Notifications You must be signed in to change notification settings

Adarsh0311/Portfolio

Repository files navigation

Adarsh Kumar - Personal Portfolio

This repository contains the source code for my personal portfolio website, built with Angular and styled with Tailwind CSS. This project showcases my skills and experience with modern web technologies and personal projects.

View Live Site

image

Features

  • Single Page Application (SPA): A seamless, fast, and modern user experience built on the Angular framework.
  • Fully Responsive Design: The layout is optimized for all screen sizes, from mobile phones to desktop monitors.
  • CI/CD Pipeline: Deployed via Netlify with continuous integration and deployment connected directly to the main branch of this repository.

Tech Stack

  • Frontend: Angular, TypeScript
  • Styling: Tailwind CSS
  • Deployment: Netlify

Running the Project Locally

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js and npm installed. You can download them from nodejs.org.
  • Angular CLI installed globally: npm install -g @angular/cli

Installation & Setup

Clone the repository: git clone https://github.com/adarsh0311/portfolio.git

Navigate to the project directory:

cd portfolio

Install NPM packages:

npm install

Run the development server:

ng serve

Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Building for Production

To create a production-ready build of the application, run the following command: ng build --configuration production

This will create a dist/ directory with all the optimized, static files needed for deployment.

About

This repository contains the source code for my personal portfolio website, built with Angular and styled with Tailwind CSS. This project showcases my skills and experience with modern web technologies and personal projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published