https://github.com/alext101/portfolio-v2
Portfolio website for Alex Thummalapalli.
https://github.com/alext101/portfolio-v2
personal-website portfolio projects-list
Last synced: over 1 year ago
JSON representation
Portfolio website for Alex Thummalapalli.
- Host: GitHub
- URL: https://github.com/alext101/portfolio-v2
- Owner: AlexT101
- Created: 2024-05-23T06:58:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T07:03:27.000Z (over 1 year ago)
- Last Synced: 2025-02-23T07:30:49.768Z (over 1 year ago)
- Topics: personal-website, portfolio, projects-list
- Language: TypeScript
- Homepage: https://alext.app
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```