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

https://github.com/alext101/portfolio-v2

Portfolio website for Alex Thummalapalli.
https://github.com/alext101/portfolio-v2

personal-website portfolio projects-list

Last synced: 4 months ago
JSON representation

Portfolio website for Alex Thummalapalli.

Awesome Lists containing this project

README

        

# Portfolio

This is my portfolio website, built using React.

## Technologies Used
- React
- HTML
- CSS

## How to Use

### Clone project

```bash
git clone https://github.com/AlexT101/portfolio-v2
```

### Install dependencies

```bash
npm install
```

### Run the development server

```bash
npm run dev
```