This is the portfolio website for Ji Yun Pahk, a talented brand designer. The website showcases her work, vision, and creativity.
The portfolio is live at: https://rriamarria.de
- React: For building the UI.
- React Router DOM: For routing and navigation.
- TypeScript: Provides static typing for JavaScript.
- TailwindCSS: Utility-first CSS framework.
- Tailwind Plugins: Aspect Ratio, Forms, and Typography.
- Vite: Fast build tool.
- ESLint & Prettier: Ensures code quality and style consistency.
- Jest & Testing Library: For unit and integration testing.
The project is deployed using GitHub Pages. The deployment workflow uses the gh-pages
branch.
- The website is still a work in progress. Features and sections may be incomplete or under development.
- React + Vite + TypeScript: A modern stack for fast and efficient development.
- TailwindCSS: Fully responsive and styled using TailwindCSS with plugins for forms, typography, and aspect ratios.
- GitHub Pages Deployment: Hosted and deployed via GitHub Pages.
- React Router: Smooth navigation between pages.
- Accessibility: Ensures good practices with
eslint-plugin-jsx-a11y
.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/mariamarinescu/ji-yun.git cd ji-yun
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the project:
npm run build
-
Preview the production build:
npm run preview
npm run dev
: Starts the development server.npm run build
: Builds the project for production.npm run preview
: Previews the production build.npm run lint
: Runs ESLint to analyze the code for issues.
This project is licensed under the MIT License - see the LICENSE file for details.
For inquiries, reach out at [email protected].
Feel free to open issues or submit pull requests if you'd like to contribute to the project.