An open API service indexing awesome lists of open source software.

https://github.com/ecarry/photography-portfolio-react

This is a web application for showcasing photography portfolios
https://github.com/ecarry/photography-portfolio-react

mapbox react tailwindcss

Last synced: 27 days ago
JSON representation

This is a web application for showcasing photography portfolios

Awesome Lists containing this project

README

          

# Photography Portfolio 📷

This is a web application for showcasing photography portfolios, built using React 18 and Tailwind CSS. The backend can be found at https://github.com/ECarry/Photography_Backend.git. One of the key features of this application is the ability to display the location of the photos on a map 🌍.

## Installation 💻

To install this application, clone the repository and install the necessary dependencies using the following commands:

```bash
git clone https://github.com/ECarry/Photography-portfolio-react.git
cd Photography-portfolio-react
npm install
```

## Usage 🚀

To start the application, use the following command:

```bash
npm run dev
```

The application will be available at http://localhost:5173.

## Features ✨

- Display photography portfolios
- Show the location of photos on a map
- Built with React 18 and Tailwind CSS