Skip to content
/ website Public

🌐 My personal portfolio website deployed on the web via Cloudflare Pages

License

Notifications You must be signed in to change notification settings

vehbiu/website

Repository files navigation

Personal Portfolio Website

NextJs TypeScript TailwindCSS Framer

A modern, animated portfolio website built with React, TypeScript, and TailwindCSS. This project showcases my skills, projects, and professional journey as a developer.

🌟 Features

  • Responsive Design: Looks great on all devices
  • Smooth Animations: Powered by Framer Motion
  • Interactive UI: Dynamic elements that respond to user actions
  • Type-Safe: Built with TypeScript for robust code
  • Modern Styling: Utilizes TailwindCSS for a clean, modern look

πŸš€ Demo

Visit the live website at vehbi.me

Website Preview

πŸ› οΈ Technologies Used

  • React (via NextJS)
  • TypeScript
  • TailwindCSS
  • Framer Motion
  • Lucide Icons

βš™οΈ Installation

  1. Clone the repository
git clone https://github.com/vehbiu/website.git
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

πŸ“ Project Structure

src/
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ item-list.tsx    # Reusable component for listing skills
β”‚   └── project-list.tsx # Component for displaying projects
β”œβ”€β”€ App.tsx              # Main application component
└── ...

🎨 Customization

Adding New Projects

To add a new project, modify the projects array in page/app.tsx:

const newProject = {
  title: "Project Name",
  description: "Project description goes here",
  url: "https://project-url.com",
  gh: "https://github.com/username/project"
};

Updating Skills / Tech Stack

Modify the techStack array in the page/app.tsx:

const newSkill = {
  name: "Skill Name",
  url: "https://skill-documentation-url.com"
};

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

πŸ‘€ Author

Vehbi

πŸ™ Acknowledgments

πŸ“Š Stats

GitHub stars GitHub forks


Made with ❀️ by @vehbiu

About

🌐 My personal portfolio website deployed on the web via Cloudflare Pages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages