/reactjs-portfolio

Simple portfolio made with React.js

Primary LanguageJavaScript

React Portfolio

This is a personal portfolio website built using React, Vite, and styled with Tailwind CSS. It showcases my projects, skills, and contact information.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/your-portfolio.git
  1. Navigate to the project directory
cd your-portfolio
  1. Install dependencies
npm install

Usage

To start the development server, run:

npm run dev

To build the project locally, run:

npm run build

Production

For production deployment, you can use platforms like Vercel, Netlify, or GitHub Pages. Follow their respective documentation to deploy a static website.