This project is a photographer portfolio website built using Next.js, Tailwind CSS and random images from unsplash.com and pexels.com to showcase the photographer's work.
The website is designed to be responsive, providing an optimal viewing experience across various devices.
- Responsive design for optimal viewing on various devices.
- Next.js for efficient and organized page routing.
- Tailwind CSS for easy and customizable styling.
- Random images sourced from unsplash.com and pexels.com for a diverse portfolio.
- Next.js
- Tailwind CSS
- Unsplash API
- Pexels API
- Clone the repository
git clone https://github.com/akinyiliz/photography-portfolio.git
- Navigate to project directory
cd photography-portfolio
- Install dependencies
yarn install
- Run the development server
yarn run dev
Visit http://localhost:3000 in your browser.
pages
: Contains Next.js pages for the website, including the home and work pages.
styles
: Houses Tailwind CSS configuration and custom styles.
components
: Reusable components used throughout the website for consistency and maintainability.
public
: Static assets like images.
Customize the portfolio content by replacing the sample images with the photographer's work.
Modify the text and styling to match the desired aesthetic.
Leverage the Next.js pages for additional sections, such as an about page or contact form.
This project is open to contributions and feedback.
Fork the repository, make your changes, and submit a pull request.
Please follow the project's coding standards and guidelines.