Welcome to martintmv portfolio ━ A minimalistic and modern web app portfolio built with Next.js 14. This project showcases a sleek design, integrating interactive elements using react-particles
and tsparticles
, and styled with the power of Tailwind CSS.
To kickstart your own project with martintmv portfolio as a foundation, simply utilize the GitHub feature ━ Use this template. This approach allows you to create a new repository in your account with the same directory structure and files as martintmv portfolio, but without carrying over the git commit history.
- Next.js 14: Leveraging the latest features of Next.js for fast, server-rendered React applications.
- React Particles: Interactive particle animations for a dynamic user interface.
- Tailwind CSS: Customizable styling with the utility-first CSS framework.
- TypeScript Support: Strongly typed codebase for better development experience.
- ESLint: Integrated linting for consistent code quality.
- Responsive Design: Ensures a great user experience on devices of all sizes.
To get the martintmv portfolio up and running on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/martintmv-git/minimalistic-portfolio.git
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Access the Application: The application will be available at
http://localhost:3000
.
Enjoy building your portfolio!