https://github.com/hqcasanova/unsplash
Streamlined version of the Unsplash photo gallery
https://github.com/hqcasanova/unsplash
composition-api grid-layout intersection-observer scss setup-script typescript vue3 wip
Last synced: 4 months ago
JSON representation
Streamlined version of the Unsplash photo gallery
- Host: GitHub
- URL: https://github.com/hqcasanova/unsplash
- Owner: hqcasanova
- Created: 2023-07-05T15:47:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:15:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T10:05:14.269Z (5 months ago)
- Topics: composition-api, grid-layout, intersection-observer, scss, setup-script, typescript, vue3, wip
- Language: Vue
- Homepage: https://hqcasanova.github.io/unsplash
- Size: 955 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Splashed Unsplash - Work in progress
Streamlined version of Unsplash's search results. It is also an attempt at reverse engineering Tailwind CSS by putting together my own utility-first CSS library through SCSS, mixins and globally-scoped styles. All in Vue 3.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).