A minimalistic, bilingual portfolio website built with Next.js and Tailwind CSS.
- Simple, clean design
- Bilingual support (English 🇺🇸 / Japanese 🇯🇵)
- Responsive layout
- Dark mode support
- Minimalistic tech components
- Frontend: Next.js (React-based)
- Styling: Tailwind CSS
- Hosting: Ready for deployment on Vercel
- Node.js 18.17 or later
- Clone the repository:
git clone https://github.com/jhirono/portfolio.git
cd portfolio- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser to see the result.
This site is ready to be deployed on Vercel:
- Push your code to GitHub
- Connect your repository to Vercel
- Deploy!
src/app/- Next.js App Router pagessrc/components/- Reusable UI componentssrc/context/- React Context for state managementsrc/translations/- Translation strings for English and Japanese
MIT