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

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

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)