My Portfolio Website
Introduction
Welcome to my portfolio website built with React and styled with Tailwind CSS! This static website serves as a showcase for my projects, skills, and experiences. It is designed to provide visitors with an overview of my work and background in a clean and organized manner.
Features
- Project Display: Explore my portfolio of projects, each with a dedicated section highlighting key details.
- Experience Section: Learn about my professional experiences, skills, and expertise.
- Responsive Design: The website is optimized for various devices, ensuring a seamless experience on desktops, tablets, and mobile devices.
- Clean and Intuitive UI: The user interface is designed for easy navigation and a visually appealing experience.
How to Run the Website Locally
Prerequisites
- Node.js installed on your machine. You can download it here.
Steps
- Navigate to the Project Directory:
cd portfolio-site
- Install Dependencies:
npm install
- Run the Development Server:
npm start
- Run the Development Server:
Visit http://localhost:3000 in your web browser to view the website.
Styling
The website is styled using Tailwind CSS, a utility-first CSS framework that makes it easy to design responsive and modern interfaces.