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.
- Host: GitHub
- URL: https://github.com/alext101/portfolio
- Owner: AlexT101
- Archived: true
- Created: 2023-11-24T06:22:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T22:07:09.000Z (about 2 years ago)
- Last Synced: 2025-02-28T15:29:44.294Z (over 1 year ago)
- Topics: personal-website, portfolio, projects-list
- Language: TypeScript
- Homepage: https://alext.app
- Size: 115 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```