This is a portfolio template built with Next.js and Tailwind CSS to dynamically showcase your projects and skills.
This template was created using Next.js for static rendering and Tailwind CSS for styling. It offers a flexible and modern structure to display your work and skills.
The portfolio is divided into the following sections:
The landing section of the website, where you can provide a personal introduction, a brief biography, or a warm greeting to visitors.
In this section, you can list your key skills, such as programming languages, tools, technologies, etc. Use icons or charts to make the display more visually appealing.
Here you can showcase your projects. Each project can include a description, screenshots, links to repositories or live websites, and any other relevant information.
A section where you can share insights, articles, tutorials, or updates about your projects. This section is under development and will be available soon.
npm install
or yarn install
.npm run dev
or yarn dev
.npm run build
or yarn build
./pages
: Site pages, each file corresponds to a route./components
: Reusable React components./styles
: Additional styles or customizations for Tailwind CSS./public
: Static files, such as images, fonts, etc./next.config.js
: Next.js configuration settings.See a live demo here.
Contributions are welcome! Feel free to suggest improvements, fix issues, or add new features.
This project is licensed under the MIT License.