Skip to content

sanixstudio/fireGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireGallery REACT and Firebase Storage/Database Mini Project

This project is Hosted on Netlify
To view in Action FireGallery

Project Overiew

This is a fully front-end REACT project supported by Firebase storage and database. With the help of file input, a user can select either "png" or "jpeg" type of images and upload them to the live FireBase storage. All the images are then displayed on the screen once they are saved in the database. All the CSS styling is custom and fully responsive for almost all devices. For animation and transition an external library (motion-framer) is used.

Snap Shot

Image of Project

Tool Used

Frameword/Library: REACT

Lanuage: JSX / javaScript

Styling: CSS/CSS3

Animation: Motion-framer

Storage: FireStore

Database: Firebase

Installation

  1. First either clone the repo using the command in the terminal
    git clone https://github.com/adnanniaz77/fireGallery.git or
    download the whole repo to your local system

  2. After cloning or downloading the repo, open the project folder with your favorite editor (Visual Studio Code
    recommended) and run command npm install in the terminal to install the required npm packages.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.