https://github.com/skolaczk/portfolio
My personal portfolio website built using Next.js, Tailwind CSS and Framer-motion.
https://github.com/skolaczk/portfolio
framer-motion next resend tailwindcss
Last synced: 3 months ago
JSON representation
My personal portfolio website built using Next.js, Tailwind CSS and Framer-motion.
- Host: GitHub
- URL: https://github.com/skolaczk/portfolio
- Owner: Skolaczk
- Created: 2022-08-06T13:34:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:38:51.000Z (9 months ago)
- Last Synced: 2024-10-14T06:45:41.117Z (8 months ago)
- Topics: framer-motion, next, resend, tailwindcss
- Language: TypeScript
- Homepage: https://michalskolak.vercel.app
- Size: 793 KB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎉 Project Overview
My personal portfolio website built using Next.js, Tailwind CSS and Framer-motion.## 📍 Live
Link to the live version: [https://michalskolak.vercel.app](https://michalskolak.vercel.app)
## 💾 Installation
Download the project to your computer and install needed packages with command:```bash
$ npm install
```
Then create .env file:
```bash
SITE_URL='https://example.com' ## Required to generate sitemap by next-sitemap
RESEND_API_KEY='your_resend_api_key' ## Required to send email by resend
```Then start the project on the local server with the command:
```bash
$ npm run dev
```and open http://localhost:3000 to see this app.
## 🔧 Tech/framework used
- Next.js
- TypeScript
- Tailwind CSS
- Framer-motion
- React-hook-form
- ResendIf you encounter a problem, write to this e-mail address: [[email protected]](mailto:[email protected])