This is Jaden's personal portfolio website built with Next.js, React, TypeScript, and Tailwind CSS. It showcases featured projects, skills, and contact information.
View the live website at: https://jaden-portfolio.vercel.app/
- Responsive design
- Dark mode support
- Project showcase grid
- Contact section
- Animated UI elements
- Next.js
- React
- TypeScript
- Tailwind CSS
- HTML
- CSS
- Shadcn
- Node.js (v18 or newer recommended)
- npm
- Clone the repository:
git clone https://github.com/jadennguyen04/PortfolioWebsite.git cd PortfolioWebsite/website - Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
website/
├── app/
├── components/
├── lib/
├── public/
├── ...
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is open source and available under the MIT License.