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

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

Awesome Lists containing this project

README

        


Ethan Glenn Portfolio Site


Logo

Welcome to my personal website project! This site is built to showcase my portfolio, and other personal information.



TypeScript
React
Next.js
Tailwind CSS
Vercel
shadcn/ui


## 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.