Two-Column-Portfolio Template
A simple two-column portfolio template built with Next.js and Tailwind CSS.
Key Features:
- Simple and easy to edit.
- All information is loaded from a JSON file.
- Easily customizable colors.
- Mobile ready.
- Easily deployed using Vercel.
How To Use:
- Clone the repository.
- Go into the repository.
- Install dependencies (
yarn install
). - Run the app (
yarn dev
). - Build the app (
yarn build
).
Customization:
- Edit the title and description in
app/layout.js
. - Add personal details by editing
translations/en.json
. - Replace
app/favicon.ico
with your favicon. - (Optional) Change the color palette in
tailwind.config.js
. - (Optional) Edit the imprint and privacy statement.