Skip to content

FH-DEV1/OnlineCV-SourceCode

Repository files navigation

Personal CV - Next.js, Tailwind CSS, and TypeScript

This is a personal CV website built using Next.js, Tailwind CSS, and TypeScript. The site showcases my professional experience, skills, and projects in a clean and responsive design. The CV is deployed and available at fhdev.vercel.app.

Features

  • Next.js Framework: Provides a fast, scalable, and SEO-friendly platform for the CV.
  • Tailwind CSS: Custom styling using utility-first CSS for responsive and modern design.
  • TypeScript: Ensures type safety and improves the reliability of the codebase.
  • Responsive Design: Fully responsive, making it accessible on both desktop and mobile devices.

How to Use

  1. Clone the repository:

    git clone https://github.com/yourusername/cv-nextjs-tailwind.git
    cd cv-nextjs-tailwind
  2. Install the dependencies:

    npm install
  3. Run the development server:

    npm run dev

    Open http://localhost:3000 in your browser to see the CV locally.

  4. To build for production:

    npm run build
    npm run start

Project Structure

  • pages/: Contains the main pages of the CV site.
  • components/: Reusable React components for different sections (e.g., header, footer, experience).
  • styles/: Custom styling using Tailwind CSS.
  • public/: Static assets like images.

Technologies Used

  • Next.js: React framework for building server-rendered and static web applications.
  • Tailwind CSS: Utility-first CSS framework for fast UI development.
  • TypeScript: Enhances JavaScript with strong typing, improving code quality and maintenance.

Customization

You can easily customize the content by editing the files in the pages/ and components/ directories. Tailwind classes can be adjusted in the JSX for modifying the styling.

License

This project is licensed under the MIT License.

Live Demo

Check out the live version at: fhdev.vercel.app

About

SourceCode of the website I use as my CV. (Unfinished)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published