https://github.com/dariomatias-dev/portfolio
Personal portfolio showcasing projects, knowledge, and professional experience, with a focus on modern design, usability, and performance.
https://github.com/dariomatias-dev/portfolio
mit mit-license next nextjs nextjs-typescript portfolio-website react reactjs shadcn-ui tailwindcss typescript
Last synced: 3 months ago
JSON representation
Personal portfolio showcasing projects, knowledge, and professional experience, with a focus on modern design, usability, and performance.
- Host: GitHub
- URL: https://github.com/dariomatias-dev/portfolio
- Owner: dariomatias-dev
- License: mit
- Created: 2025-12-14T21:02:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T12:14:24.000Z (5 months ago)
- Last Synced: 2026-04-30T16:33:33.995Z (3 months ago)
- Topics: mit, mit-license, next, nextjs, nextjs-typescript, portfolio-website, react, reactjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: http://dariomatias-dev.com
- Size: 4.82 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personal Portfolio
A clean, responsive single-page application built to showcase my skills and projects.
Explore the docs »
View Live Version ·
Report Bug ·
Request Feature
## Table of Contents
- [About The Project](#about-the-project)
- [Features](#features)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [License](#license)
- [Author](#author)
## About The Project
This portfolio was created to serve as a central showcase of my skills, projects, and professional background.
It is designed to be a clean, fast, and responsive single-page application that effectively communicates my capabilities as a developer.
The project was built with a focus on performance and modern development practices.
## Features
- **Responsive Design**: Fully functional and visually appealing on all devices, from mobile phones to desktops.
- **Projects Section**: A curated list of my work, complete with descriptions and links to live demos and source code.
- **About Me**: A brief introduction to my professional journey, technical skills, and interests.
- **Performance Optimized**: Built with Next.js to ensure fast load times and a smooth user experience.
## Built With
This project was developed using the following core technologies:
- **[React](https://reactjs.org/)** – A JavaScript library for building user interfaces.
- **[Next.js](https://nextjs.org/)** – A React framework optimized for performance and SEO.
- **[TypeScript](https://www.typescriptlang.org/)** – A typed superset of JavaScript that compiles to plain JavaScript.
- **[Tailwind CSS](https://tailwindcss.com/)** – A utility-first CSS framework for rapid UI development.
## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
Ensure you have Node.js and a package manager (pnpm) installed on your machine.
- Node.js
- pnpm
### Installation
Clone the repository:
```bash
git clone https://github.com/dariomatias-dev/portfolio.git
```
Navigate into the project directory:
```bash
cd portfolio
```
Install the required packages:
```bash
pnpm install
```
### Running The Project
To run the development server:
```bash
pnpm run dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser to view the result.
## License
Distributed under the **MIT License**. See the [LICENSE](LICENSE) file for more information.
## Author
Developed by **Dário Matias**:
- **Portfolio**: [dariomatias-dev](https://dariomatias-dev.com)
- **GitHub**: [dariomatias-dev](https://github.com/dariomatias-dev)
- **Email**: [matiasdario75@gmail.com](mailto:matiasdario75@gmail.com)
- **Instagram**: [@dariomatias_dev](https://instagram.com/dariomatias_dev)
- **LinkedIn**: [linkedin.com/in/dariomatias-dev](https://linkedin.com/in/dariomatias-dev)