I created this portfolio to use as my own but ended up doing something else entirely. However, instead of keeping it buried, I decided to put it up here on GitHub as an open-source resource to help individuals to learn, adapt, and create their own portfolios. Feel free to customize and modify the theme and components to suit your personal style and branding preferences.
- React.js
- TailwindCSS
- Three.js
- Framer Motion
- Click here to view the live demo.
To get started with this portfolio template, follow these simple steps:
Make sure you have node 16.0.0
or higher and npm 9.0.0
or higher installed.
- Run the following command to start a local server:
npm run dev
This will open up the project on a browser on http://localhost:5173/
- To create a production build:
npm run build
- To preview the site as it will appear once deployed:
npm run preview