https://github.com/eglenn-dev/personal-site
Personal website for Ethan Glenn
https://github.com/eglenn-dev/personal-site
nextjs react server-side-rendering serverless shadcn-ui tailwindcss typescript
Last synced: 2 months ago
JSON representation
Personal website for Ethan Glenn
- Host: GitHub
- URL: https://github.com/eglenn-dev/personal-site
- Owner: eglenn-dev
- Created: 2024-12-31T18:43:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T21:34:28.000Z (2 months ago)
- Last Synced: 2025-03-13T22:30:17.974Z (2 months ago)
- Topics: nextjs, react, server-side-rendering, serverless, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://eglenn.dev
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ethan Glenn Portfolio Site
![]()
Welcome to my personal website project! This site is built to showcase my portfolio, and other personal information.
![]()
![]()
![]()
![]()
![]()
![]()
## Features
- **Home Page**: Introduction and latest updates.
- **Portfolio**: Display of my projects and achievements.
- **Experience**: List of my work experience.
- **Contact**: Form to get in touch with me.## Technologies Used
- **React w/ TypeScript**: Library for building reactive user interfaces.
- **Next.js**: React framework for server-side rendering and file based routing system.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **Vercel**: Cloud platform for static sites and serverless functions.
- **Shadcn/ui**: React component library.## Installation
1. Clone the repository:
```bash
git clone https://github.com/eglenn-dev/personal-site.git
```
2. Navigate to the project directory:
```bash
cd personal-site
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```## Contributing
Feel free to submit issues or pull requests if you have any suggestions or improvements.
Copyright © 2025 Ethan Glenn. All rights reserved.