https://github.com/arach/arach.dev
https://github.com/arach/arach.dev
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arach/arach.dev
- Owner: arach
- Created: 2024-07-06T18:22:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T22:33:57.000Z (5 months ago)
- Last Synced: 2026-01-13T01:43:39.567Z (5 months ago)
- Language: TypeScript
- Homepage: https://arachdev-arach.vercel.app
- Size: 45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arach.dev
Personal developer portfolio website showcasing projects and skills.

## Overview
A modern, terminal-inspired portfolio website built with Next.js 14, TypeScript, and Tailwind CSS. Features interactive background animations, project showcases, and a clean dark theme.
## Tech Stack
- **Framework**: Next.js 14.2.4 with App Router
- **Language**: TypeScript
- **Styling**: Tailwind CSS with custom animations
- **UI Components**: shadcn/ui
- **Animations**: Framer Motion
- **Font**: IBM Plex Mono
## Getting Started
First, install dependencies:
```bash
pnpm install
```
Then, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Project Structure
```
/app # Next.js App Router pages and layouts
/components # Reusable React components
/ui # shadcn/ui components
/home # Homepage-specific components
/lib # Utilities and shared code
/public # Static assets
```
## Features
- Interactive node-based background animation
- Terminal-inspired aesthetic
- Project showcase with GitHub links
- Responsive design
- Typewriter text effects
- Dark theme with custom gray color palette
## Deployment
The site can be deployed on any platform that supports Next.js applications, such as Vercel, Netlify, or similar services.
## License
© 2025 Arach Tchoupani. All rights reserved.