Git Product home page Git Product logo

dnd-image-gallery's Introduction

DND Image Gallery

Welcome to the Drag-n-drop image gallery App! This web application leverages the power of Next.js and dnd-kit to give you a wonderful drag-n-drop gallery experience.

Table of Contents

Getting Started

Preview

Signin page Home page (Gallery) Search View
signin page signin page signin page

Tech Stack

  • Frontend: React.js, Next.js
  • Styling: TailwindCSS
  • Drag-n-drop: Dnd kit
  • Authenication: NextAuth
  • Deployment: Netlify
  • Version Control: Git, Github

Prerequisites

List any prerequisites or dependencies that need to be installed before running the application. For example:

Installation

  1. Clone the repository:

    git clone https://github.com/IEdiong/dnd-image-gallery.git

This is a Next.js project bootstrapped with create-next-app.

  1. Navigate to the project directory:

    cd dnd-image-gallery
  2. Install project dependencies:

    npm install
  3. Generate NEXTAUTH_SECRET:

    openssl rand -base64 32

    Copy the generated secret to your clipboard.

  4. Setup environment variables: rename the provided .env.example file to .env.local and assign the NEXTAUTH_SECRET the value of the generated secret from the previous step.

    NEXTAUTH_URL=http://localhost:3000
    NEXTAUTH_SECRET=

Running the Application

After completing the installation steps, you can run the application using the following command:

npm run dev

The development server will start, and the application will be accessible at http://localhost:3000

   // Sign in to the application with
   username: user@example.com
   password: 1Password

dnd-image-gallery's People

Contributors

iediong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.