8000 GitHub - ezevic/my-portfolio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ezevic/my-portfolio

 
 

Repository files navigation

My Portfolio

Version: 0.1.0

Note: This is a private repository.

Overview

This is the codebase for my personal portfolio website. It showcases my skills, projects, and experiences to potential employers, clients, and collaborators. The portfolio is built using modern web technologies and frameworks.

Technologies Used

  • Next.js: Next.js is a React framework for building server-rendered applications. It provides features like automatic code splitting, route pre-fetching, and built-in CSS support.
  • Tailwind CSS: Tailwind CSS is a utility-first CSS framework that allows for rapid UI development by composing classes.
  • React: React is a JavaScript library for building user interfaces. It's used extensively throughout the project for component-based development.
  • TSParticles: TSParticles is a lightweight JavaScript library for creating particle effects on the web.
  • React Hook Form: React Hook Form is a library for managing form state and validation in React applications.
  • Nodemailer: Nodemailer is a module for Node.js applications that allows for easy email sending.
  • FileSaver: FileSaver.js is a library for saving files on the client-side.

Scripts

  • dev: Starts the Next.js development server.
  • build: Builds the Next.js application for production.
  • start: Starts the production Next.js server.
  • lint: Lints the project files using ESLint.

Development Dependencies

  • ESLint: ESLint is a pluggable linting utility for JavaScript and JSX.
  • Tailwind CSS: Tailwind CSS is included as a development dependency for its PostCSS configuration.
  • TypeScript: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Installation

  1. Clone the repository to your local machine.
  2. Install dependencies using npm or yarn:
    npm install
    # or
    yarn install

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 2.2%
  • CSS 1.0%
0