https://github.com/betkh/portfolioinfo
https://github.com/betkh/portfolioinfo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/betkh/portfolioinfo
- Owner: BeTKH
- Created: 2025-01-05T07:12:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-05T07:21:56.000Z (over 1 year ago)
- Last Synced: 2025-01-05T08:20:09.487Z (over 1 year ago)
- Size: 4.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Portfolio Project
The actual repo is private and this repo is created to share high level info.
The personal portfolio project is created using React [Vite](https://vitejs.dev/), a fast frontend build tool.
- Thumbnails and images are hosted in AWS S3.
- The website is deployed via Vercel.
- The domain is registered with GoDaddy.
## Screenshots
#### Dark Mode

#### Light Mode

#### Projects Section

## DEMO
[](https://youtu.be/a3HQ_dvjFVI)
## Getting Started
Run the development server:
```bash
npm run dev
```
- Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.
- Once development is complete, build the project and resolve any issues:
```bash
npm run build
```
- Finally, push your changes to your Git repository.
## Learn More
React and Vite resources:
- [Vite Documentation](https://vitejs.dev/guide/) - learn about Vite features and configuration.
- [React Documentation](https://react.dev/) - learn about React features and API.
- [The Vite GitHub Repository](https://github.com/vitejs/vite) - contribute and provide feedback.