Skip to content

TudoseVlad/Personal_website

Repository files navigation

Personal Portfolio Website

A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS. This website showcases your professional information, projects, blog posts, and provides a way for visitors to get in touch.

Features

  • 🎨 Modern and responsive design
  • ⚡ Fast performance with Next.js
  • 📱 Mobile-friendly layout
  • 🔍 SEO optimized
  • 📝 Blog section with search and filtering
  • 📬 Contact form
  • 🎯 Project showcase with filtering
  • 📱 Social media integration

Tech Stack

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/TudoseVlad/website.git
  2. Navigate to the project directory:

    cd website
  3. Install dependencies:

    npm install
    # or
    yarn install
  4. Start the development server:

    npm run dev
    # or
    yarn dev
  5. Open http://localhost:3000 in your browser to see the result.

Project Structure

src/
├── app/                    # Next.js app directory
│   ├── about/             # About page
│   ├── blog/              # Blog page
│   ├── contact/           # Contact page
│   ├── projects/          # Projects page
│   └── page.tsx           # Home page
├── components/            # Reusable components
│   ├── Navbar.tsx        # Navigation component
│   └── Footer.tsx        # Footer component
└── styles/               # Global styles

Customization

  1. Update personal information in the About page
  2. Add your projects to the Projects page
  3. Create blog posts in the Blog section
  4. Update contact information and social media links
  5. Customize the color scheme in tailwind.config.js

Deployment

The easiest way to deploy your portfolio is to use Vercel:

  1. Push your code to GitHub
  2. Import your repository in Vercel
  3. Deploy!

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

Contact

Your Name - @VladTdose - [email protected]

Project Link: https://github.com/TudoseVlad/website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published