https://github.com/Freshman-tech/unsplash-search
A Unsplash Search Application built with Svelte 3
https://github.com/Freshman-tech/unsplash-search
svelte svelte-v3 unsplash unsplash-api
Last synced: 2 months ago
JSON representation
A Unsplash Search Application built with Svelte 3
- Host: GitHub
- URL: https://github.com/Freshman-tech/unsplash-search
- Owner: Freshman-tech
- Created: 2019-07-15T12:29:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T03:08:16.000Z (almost 3 years ago)
- Last Synced: 2024-03-21T13:56:47.321Z (over 1 year ago)
- Topics: svelte, svelte-v3, unsplash, unsplash-api
- Language: HTML
- Homepage: https://freshman.tech/unsplash-search/
- Size: 272 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unsplash Search App
A Unsplash Search Application built with Svelte 3. Tutorial: https://freshman.tech/unsplash-search/
Here's what the completed application looks like:

## Prerequisites
You must have Node.js and npm installed on your machine. This project was built against the following versions:
- Node v12.6.0
- npm v6.9.0## Setup
- Clone this repo to your machine
- `cd` into the project folder and run `npm install`
- Run `npm run dev`
- Navigate to http://localhost:5000