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
- Host: GitHub
- URL: https://github.com/ecarry/photography-portfolio-react
- Owner: ECarry
- Created: 2023-03-13T09:20:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T11:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T11:27:27.968Z (over 1 year ago)
- Topics: mapbox, react, tailwindcss
- Language: JavaScript
- Homepage: https://ecarry.me
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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