Skip to content

A NextJS application that connects to imgur api to render subreddit gallery images

Notifications You must be signed in to change notification settings

devlargs/reddit-images-gallery

Repository files navigation

Imgur Subreddit Galleries

An application that connects to imgur api to render subreddit galleries

Setup

  • git clone this repo
  • npm install
  • npm run dev
*if ever you encounter errors during npm install, you can try to run `npm i --legacy-peer-deps`

Directory Structure

The boilerplate has basic default folders. The top level directory structure will be as follows:

  • .vscode - A default vscode configuration to help organize imports
  • components - This is where we put global shared/reusable components, such as layout (wrappers, navigation), form components, buttons
  • pages - NextJS page files
  • public - folder for self hosted assets
  • store - Global state management tool

We use this tools

About

A NextJS application that connects to imgur api to render subreddit gallery images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published