/my-unsplash

Simple Unsplash Clone

Primary LanguageTypeScript

iinsplash

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

Features

  • Infinite Pagination
  • Stale while revalidate
  • Save data to mongodb
  • Blur image when image is still loading

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/novanda1/my-unsplash.git

# Run server
$ cd my-unsplash
$ cp example.env .env
$ go run main.go

# Run frontend
$ cd web
$ cp example.env .env
$ yarn install
$ yarn dev

Acknowledgements

Learn by Google

Contact