Photography Portfolio Website

=============================

Overview


This is a photography portfolio website built using React, TypeScript, and Tailwind CSS. The website showcases a collection of photographs, allowing users to browse and view images in a responsive and visually appealing way.

Getting Started


Prerequisites

  • Node.js (version 14 or higher)

Installation

  1. Clone the repository: git clone https://github.com/your-username/photography-portfolio.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Technologies Used


  • React: A JavaScript library for building user interfaces
  • TypeScript: A superset of JavaScript for static type checking and better code maintainability
  • Tailwind CSS: A utility-first CSS framework for rapid styling and customization

Folder Structure


  • src/: Source code for the application
    • components/: Reusable React components
    • containers/: Higher-order components for layout and routing
    • images/: Image assets for the portfolio
    • styles/: Global styles and theme configuration for Tailwind CSS
    • index.tsx: Entry point for the application
  • public/: Static assets for the application
  • tailwind.config.js: Configuration file for Tailwind CSS

License


This project is licensed under the MIT License.