An open API service indexing awesome lists of open source software.

https://github.com/adarsh0311/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.
https://github.com/adarsh0311/portfolio

angular html tailwindcss typescript

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://adarshkumar-dev.netlify.app/)

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](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.