Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vallieres13 committed Apr 20, 2024
2 parents 9aface0 + 40efee0 commit aeac9e0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# redesign-v2
# [www.felixhebgen.de](https://www.felixhebgen.de/) - Redesign v2

## Description

This is a redesign of my portfolio. The previous website was built a few years ago and required a rework of various components.
This redesign is built from scratch using React.js, TypeScript, GSAP and WordPress as backend. It is fully responsive and has a modern look and feel.
Further features are caching, lazy loading and minimalistic animations. The website is fully hosted on Oracle Cloud.

## Table of Contents

* [Installation](#installation)
* [Credits](#credits)
* [License](#license)
* [Questions](#questions)
* [Links](#links)

## Installation

To install this project, clone the repository and open the files in your favorite code editor. Make sure you have node.js, pnpm and vite installed globally on your machine.

```
# Install pnpm and vite globally
npm install -g pnpm vite
# Clone the repository
git clone https://github.com/vallieres13/redesign-v2.git .
# Install dependencies
pnpm install
```

## License

This project was created by [Felix Hebgen](https://www.felixhebgen.de/) and underlies copyright laws. For further information see the attached [LICENSE](LICENSE.md) file.

## Questions

If you have any questions, need code support or tips, please contact me on my website.

## Links

* [GitHub Repository](https://github.com/vallieres13/redesign-v2)
* [Deploy Branch](https://github.com/vallieres13/redesign-v2/tree/deploy)
* [Original Website](https://www.felixhebgen.de/)
1 change: 0 additions & 1 deletion src/react-app-env.d.ts

This file was deleted.

0 comments on commit aeac9e0

Please sign in to comment.