A personal homepage that supports desktop and mobile devices, adapt to dark theme.
This is a personal website, you can show your information, your projects, your social contact, your skills, etc.
It 's based on React, Next.js, Tailwind CSS, NextUI, Lottie Animation, and more. You can see them in the logo display area above. (Go to website to see)
- Support light and dark theme
- Adapt desktop and mobile devices
- Next.js app router and api router feature
- More configuration, less code (data/code splitting...)
- coming soon...
- Clone this repo
git clone https://github.com/AruNi-01/0x3f4.run.git
- Install dependencies
npm install
- Run it localhost
npm run dev