A sleek, modern, and responsive portfolio bootstrapped with create-t3-app.
portfolio.webm
All you need to know about me, my projects and skills can be found here. Personalize the portfolio by modifying src/pages/index.tsx
and src/styles/globals.css
to emulate your own portfolio. Made some improvements and want to share? Open a pull request.
For any issues, feel free to report them here.
- Responsive Design: The portfolio is designed to be fully responsive, providing an optimal viewing experience across a wide range of devices from desktops to mobile phones.
- Easy Customization: The portfolio structure is straightforward and well organized, making it easy to customize and showcase your unique set of skills and projects.
- Stunning UI/UX Design: The portfolio boasts a sleek and modern design, using smooth animations to capture the attention of potential employers or clients.
- Interactive UI: Utilizing modern web development techniques, the portfolio offers an interactive user interface that enhances user experience, such as
locomotive-scroll
andframer-motion
.
To get started with this portfolio, ensure that you have the following installed on your system:
- Node.js
- npm
- git
Follow the steps below to clone and run this project on your local system:
# Clone the repository
$ git clone https://github.com/wendoj/developer-portfolio.git
# Navigate to the project directory
$ cd developer-portfolio
# Remove current origin repository
$ git remote remove origin
Then install the required dependencies:
# Install dependencies
$ npm install
# Start the development server:
$ npm run dev
Now, open your browser and navigate to http://localhost:3000
to view your portfolio live.
Follow our deployment guides for Vercel, Netlify and Docker for more information.