kernoeb / next-galerie

Home Page:https://photos.noewen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-gallery (Next.js)

This is a really simple Next.js project bootstrapped with create-next-app. I just wanted to show my pictures somewhere after deleteing my Instagram account. I tried Pixelfed, but but I wanted something open-source and really light.

Modules :

  • react-photo-gallery (I was using a material-ui grid before, until I found this module)
  • @material-ui/icons

Before anything

It's a really simple project, don't blame me !

You can make a PR or create an issue to add ideas, etc

There's no API, server, etc, so I decided to code a Node.js script to automate the creation of a JSON file with data (picture resolution, name, date, etc...)

Usage

Add your pictures in /public/assets/ with this template mm/yyyy_number.jpg (ex: 01-2019_1.jpg)

Run node util/genPic.js public/assets/

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

https://photos.noewen.com


Languages

Language:JavaScript 100.0%