Skip to content

novanda1/my-unsplash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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