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

https://github.com/alext101/portfolio

Old portfolio website for Alex Thummalapalli.
https://github.com/alext101/portfolio

personal-website portfolio projects-list

Last synced: about 1 year ago
JSON representation

Old portfolio website for Alex Thummalapalli.

Awesome Lists containing this project

README

          

# Old Portfolio

This is my old portfolio website, built using React. View my new portfolio website at https://alext.app.

## Technologies Used
- React
- HTML
- CSS

## How to Use

### Clone project

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

### Install dependencies

```bash
npm install
```

### Run the development server

```bash
npm run dev
```