This is an open-source Next.js-based web application that allows you to easily create a modern personal portfolio website.
To edit the data with your own information, edit the .json format files in the src/data folder.
Clone the project:
git clone https://github.com/yilmazev/yilmazev.dev.git
cd yilmazev.devInstall dependencies:
npm install
# or
yarn installRun in development mode:
npm run devDeploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out our Next.js deployment documentation for more details.
- Fork the repository
- Create a new branch (feature/new-feature)
- Commit your changes
- Open a Pull Request 🎉
- NextJS v15
- Tailwind CSS
- Zustand
- Framer Motion
- Internationalization (i18n)
- Typescript