Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksandrkartashev/photography-portfolio
Photography portfolio
https://github.com/oleksandrkartashev/photography-portfolio
landing-page scss vue vuecli
Last synced: about 2 months ago
JSON representation
Photography portfolio
- Host: GitHub
- URL: https://github.com/oleksandrkartashev/photography-portfolio
- Owner: oleksandrkartashev
- Created: 2024-03-18T22:22:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-18T23:03:00.000Z (10 months ago)
- Last Synced: 2024-08-22T13:09:00.285Z (5 months ago)
- Topics: landing-page, scss, vue, vuecli
- Language: SCSS
- Homepage: https://oleksandrkartashev.github.io/photography-portfolio/
- Size: 7.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photography Portfolio
This landing page template was crafted based on a Figma design found [here](https://shorturl.at/iRX56).
## Table of Contents
- [Demo](#demo)
- [Technologies](#technologies)
- [Usage](#usage)
- [Commands](#commands)
- [License](#license)## Demo
You can view a live demo of the Photography portfolio [here](https://oleksandrkartashev.github.io/photography-portfolio/).
![Preview](https://github.com/oleksandrkartashev/photography-portfolio/blob/master/public/demo.jpg)
## Technologies
Vue 3
Vue CLI
SCSS## Usage
To use the Photography Portfolio Landing Page, follow these steps:
1. Clone this repository to your local machine:
```
git clone https://github.com/oleksandrkartashev/photography-portfolio.git
```2. Customize the content, images, and colors according to your preferences.
3. Host the files on your web server.
4. Access the landing page through your web browser to ensure everything looks as expected.
## Commands
```bash
# Install dependencies
npm install# Run the Project
npm run serve# build for production
npm run build# Lint project using ESLint
npm run lint```
## License
This project is licensed under the MIT License. Feel free to modify, distribute, and use the code for your own projects.