A photo gallery with a layout inspired by Instagram. Upload and view photos.
Made with React Js, Typescript and Firebase (Firestore and Storage). Animations made with motion.
https://gallery-81e69.firebaseapp.com/
Clone this repository:
git clone https://github.com/mateusmb/gallery.git
Install a npm stable version. I personally recommend installing with nvm
Navigate to cloned respository and install the dependencies
npm install
Or if you are yarn team
yarn
Start the web application on your favorite browser
npm start
Or
yarn start
Should be self explanatory. If not, and if you want to make it better, feel free to add an issue, PR and/or fork this project.