Skip to content

RichardRNStudio/rnstudio.hu

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2024
Aug 11, 2024
Aug 19, 2024
Aug 5, 2024
Aug 5, 2024
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024
Aug 11, 2024
Aug 11, 2024
Aug 11, 2024
Aug 9, 2024
Sep 12, 2024
Aug 11, 2024
Aug 19, 2024
Jul 11, 2024
Sep 12, 2024

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.