https://github.com/maxritter/max-ritter-website
My personal website, created with Vite, React & Tailwind
https://github.com/maxritter/max-ritter-website
react tailwind vite
Last synced: over 1 year ago
JSON representation
My personal website, created with Vite, React & Tailwind
- Host: GitHub
- URL: https://github.com/maxritter/max-ritter-website
- Owner: maxritter
- Created: 2025-03-07T07:17:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T07:58:16.000Z (over 1 year ago)
- Last Synced: 2025-04-07T08:33:53.871Z (over 1 year ago)
- Topics: react, tailwind, vite
- Language: TypeScript
- Homepage: https://maxritter.net/
- Size: 918 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Max Ritter - Personal Website
## Project Overview
This is the source code for my personal website: [maxritter.net](https://maxritter.net)
## Technologies Used
This project is built with modern web technologies:
- **Vite**: Fast build tool and development server
- **TypeScript**: Strongly typed JavaScript
- **React**: UI component library
- **React Router**: For client-side routing
- **Tailwind CSS**: Utility-first CSS framework
- **shadcn-ui**: Reusable UI components
- **Framer Motion**: For animations and transitions
## Development
To start working on this project:
```sh
# Step 1: Clone the repository
git clone
# Step 2: Navigate to the project directory
cd
# Step 3: Install dependencies
npm i
# Step 4: Start the development server
npm run dev
```
## Deployment
The site is deployed using a custom CI/CD pipeline to ensure reliable and consistent deployments.
## Contact
If you have any questions about this project, feel free to reach out to me:
- Email: mail@maxritter.net
- LinkedIn: [rittermax](https://www.linkedin.com/in/rittermax/)
- GitHub: [maxritter](https://github.com/maxritter)