lazyjinchuriki / gallery

A gallery app made in React.js with Supabase.

Home Page:https://lazyjinchuriki.github.io/gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gallery App

Visit My Website

This is a web-based gallery project built using React.js and Supabase as Backend. The project allows users to create accounts, log in securely, upload their images, and manage their gallery. It includes features for user authentication and authorization to ensure privacy and security, all powered by Supabase.

Tech Stacks

React Supabase HTML5 CSS3 JavaScript

Features

  • User registration and authentication with Supabase.
  • Secure user login and logout functionality.
  • User-specific image gallery.
  • Image upload and deletion for authenticated users.
  • Responsive design for mobile, tablet, and desktop.
  • User-friendly interface for managing images.
  • Supabase integration for backend services.

Screenshots

Here are some screenshots of Gallery in action:

Gallery
Gallery screenshot
Login Page Signup Page
Login Page screenshot Signup screenshot

Installation

  1. Clone the repository:
git clone https://github.com/lazyjinchuriki/gallery.git
  1. Install dependencies:
cd gallery
npm install
  1. Set up Supabase:

    • Create a Supabase project on the Supabase Dashboard.
    • Configure authentication and storage in your Supabase project settings.
    • Copy your Supabase API URL and public API key.
  2. Create a .env.local file in the project root and add your Supabase configuration:

VITE_Project_URL=your-supabase-api-url
VITE_Project_URL=your-supabase-public-api-key
  1. Start the development server:
npm run dev

Usage

After running the development server, you can view the app at http://localhost:3000/

Customization

The app Pages can be customized by editing the src/components/ folder. You will find all the components in that folder.

Supabase Services

This project uses Supabase services for:

  • Authentication: For user registration, login, and access control.
  • Storage: For storing user-uploaded images securely.

Contributions

Contributions to the project are welcome. Please create an issue or submit a pull request if you would like to contribute.

Contact

If you have any questions or concerns, you can contact the author of this project at rahulkhushalani@proton.me.

Donations

If you found Gallery useful, consider buying me a coffee!

Social

If you're not coding right now, check out my socials:

Instagram LinkedIn

About

A gallery app made in React.js with Supabase.

https://lazyjinchuriki.github.io/gallery/


Languages

Language:JavaScript 89.4%Language:HTML 6.4%Language:CSS 4.2%