Skip to content

RichardRNStudio/rnstudio.hu

Repository files navigation

💻 rnstudio.hu

Next.js React Typescript Tailwind CSS

build license

My personal website and portfolio is crafted with Next.js, React, TypeScript, and Tailwind CSS. It showcases my projects and details my journey in software development.

Getting Started

yarn dev

or

npm run dev

Features

  1. App Router Implementation:
  • Adopted the latest Next.js App Router for optimized routing.
  • Enhanced page loading speeds and improved user experience with the new routing system.
  1. GitHub Cards Integration:
  • Displayed the latest projects using Next.js's new streaming feature.
  • Dynamically pulled and showcased GitHub repositories with real-time updates.
  1. Continuous Integration & Continuous Deployment (CI/CD):
  • Implemented CI/CD pipelines for streamlined development.
  • Automated testing, building, and deployment processes to ensure consistent and reliable updates.
  1. VPS Deployment:
  • Deployed the portfolio to a VPS server, allowing full utilization of Next.js features.
  • Improved performance and control over the hosting environment, ensuring robust and scalable deployment.