https://github.com/danisec/portofolio
Portofolio built with NextJS v15 and TailwindCSS v4.
https://github.com/danisec/portofolio
nextjs portofolio tailwindcss
Last synced: about 1 month ago
JSON representation
Portofolio built with NextJS v15 and TailwindCSS v4.
- Host: GitHub
- URL: https://github.com/danisec/portofolio
- Owner: danisec
- Created: 2025-04-02T07:55:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T22:09:15.000Z (12 months ago)
- Last Synced: 2025-06-19T23:20:24.210Z (12 months ago)
- Topics: nextjs, portofolio, tailwindcss
- Language: TypeScript
- Homepage: https://daniaprilyanto.tech
- Size: 4.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Portofolio Dani Aprilyanto
Portofolio dani aprilyanto built with NextJS v15 and TailwindCSS v4.
## Table of Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Project Structure](#project-structure)
## Requirements
- Node.js
- PNPM
## Installation
Follow these steps to set up the project:
1. Clone the repository:
```bash
git clone https://github.com/danisec/portofolio.git
cd portofolio
```
2. Install the dependencies:
```bash
pnpm install
```
3. Start the development server:
```bash
pnpm run dev
```
4. Build the project:
```bash
pnpm run build
```
5. Start the production server:
```bash
pnpm run start
```
## Usage
- Access the application in your browser at `http://localhost:3000`.
## Project Structure
- **public**: Contains static files.
- **images**: Contains the images.
- **logo**: Contains the logo images.
- **profile**: Contains the profile images.
- **showcase**: Contains the showcase images.
- **resume**: Contains the resume files.
- **src**: Contains the source code.
- **components**: Contains the components.
- **pages**: Contains the pages.
- **data**: Contains the data.
- **utils**: Contains the utility functions.