This is a single-page portfolio website built with React, Vite, and TailwindCSS. It features a minimalistic UI design with a focus on the best user experience (UX). The website also supports a dark mode theme, enhancing visual comfort during different times of the day.
- React - A JavaScript library for building user interfaces.
- Vite - A fast build tool for modern web projects.
- TailwindCSS - A utility-first CSS framework for styling.
- Minimalistic Design: Clean and simple interface with a focus on content.
- Best UX: Smooth interactions and user-friendly navigation.
- Dark Mode: Automatically adapts to user's system theme or manually toggle between dark and light modes.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/amritkarma/react-vite-portfolio.git
-
project directory:
cd react-vite-portfolio -
npm install:
npm install
-
npm run dev:
npm run dev
-
npm build:
npm build