itsjeffro / unsplash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsplash application

A little demo application that uses the Unsplash API.

Requirements

  • Node 16.x

Getting started

  1. Clone the project git clone https://github.com/itsjeffro/unsplash.git.

  2. Install dependencies npm i.

  3. Create the env file using the provided example cp .env.example .env and update the file with your Unsplash keys.

  4. Run npm run dev to start the local server.

  5. Visit http://localhost:3000

About


Languages

Language:TypeScript 89.5%Language:HTML 6.6%Language:CSS 3.9%