Skip to content

nickincardone/website

Repository files navigation

Nick Incardone Website

A personal website built with React, TypeScript, Material UI, and Vite.

Features

  • Modern React + TypeScript setup (no create-react-app)
  • Material UI for styling
  • Route-based navigation with four tabs: Travels, Playlists, Resume, Projects
  • Prettier for code formatting (autoformats on save during dev)

Getting Started

1. Install dependencies

npm install

2. Add your profile image

Place your profile image at:

public/profile.jpg

3. Start the development server

npm run dev

4. Build for production

npm run build

Prettier Autoformatting

Prettier is set up to autoformat files on save during development. You can also run:

npx prettier --write .

Project Structure

  • src/ - Source code
  • public/ - Static assets (profile image, etc.)
  • index.html - Main HTML file

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published