/simplistic-portfolio

Simplistic Portfolio website template

Primary LanguageTypeScriptMIT LicenseMIT

Simplistic Portfolio

Next JS TypeScript TailwindCSS React

A minimal and customizable portfolio template built with Next.js. Live demo: tolochko.dev

Quick Start

  1. Clone the repository:
git clone https://github.com/yourusername/simplistic-portfolio.git
cd simplistic-portfolio
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Customization

Basic Configuration

Most of the portfolio content can be customized through the project_constants.ts file. This includes:

  • Personal information
  • Social media links
  • Skills and technologies
  • Work experience
  • Projects
  • Contact information

Image Assets

Replace the images in the public directory with your own:

  • public/personal_images/ - Your profile pictures
  • public/project_n/ - Project related images
  • public/favicon.svg - Website favicon
  • public/skill_images - Skill images

Advanced Customization

The template uses Tailwind CSS for styling. You can modify the following files for more detailed customization:

  • tailwind.config.js - Theme configuration
  • globals.css - Global styles
  • components/ - Individual component styling

License

This project is licensed under the MIT License - see the LICENSE file for details.