All Projects → daneden → Photos.daneden.me

daneden / Photos.daneden.me

📸 A React.js-based gallery of some of my favorite photos

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Photos.daneden.me

Photonix
This is a new web-based photo management application. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, location awareness, color analysis and other ML algorithms.
Stars: ✭ 592 (+362.5%)
Mutual labels:  photography
Kontax Cam
Instant camera hybrid with multiple effects and filters written in Swift.
Stars: ✭ 69 (-46.09%)
Mutual labels:  photography
Rawtherapee
A powerful cross-platform raw photo processing program
Stars: ✭ 1,383 (+980.47%)
Mutual labels:  photography
Flickrphotostats
📷 Flickr Photo stats provides the ability to request information of your photos using REST
Stars: ✭ 14 (-89.06%)
Mutual labels:  photography
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-57.03%)
Mutual labels:  photography
Damselfly
Damselfly is a server-based Digital Asset Management system for photographs. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names.
Stars: ✭ 86 (-32.81%)
Mutual labels:  photography
Filmulator Gui
Filmulator --- Simplified raw editing with the power of film
Stars: ✭ 522 (+307.81%)
Mutual labels:  photography
Moul
The minimalist publishing tool for photographers
Stars: ✭ 113 (-11.72%)
Mutual labels:  photography
Rawkit
ctypes based libraw bindings
Stars: ✭ 60 (-53.12%)
Mutual labels:  photography
Photostructure For Servers
PhotoStructure for Servers
Stars: ✭ 98 (-23.44%)
Mutual labels:  photography
Portfolio Photo
Jekyll based portfolio using Flickr API.
Stars: ✭ 15 (-88.28%)
Mutual labels:  photography
Papr
🌁 An Unsplash app for iOS
Stars: ✭ 1,025 (+700.78%)
Mutual labels:  photography
Wallpapers
Wallpapers for Pop!_OS
Stars: ✭ 91 (-28.91%)
Mutual labels:  photography
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+556.25%)
Mutual labels:  photography
Mejiro
Pastebin for your photos
Stars: ✭ 105 (-17.97%)
Mutual labels:  photography
Photoview
Photo gallery for self-hosted personal servers
Stars: ✭ 553 (+332.03%)
Mutual labels:  photography
Hexo Album
add album&photos with Hexo blog
Stars: ✭ 85 (-33.59%)
Mutual labels:  photography
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+1186.72%)
Mutual labels:  photography
Cameracontrollerapi
The CameraControlerApi is an attempt to control a DSLR via REST functionality.
Stars: ✭ 110 (-14.06%)
Mutual labels:  photography
Piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
Stars: ✭ 1,346 (+951.56%)
Mutual labels:  photography

photos.daneden.me

A place for my photos to shine (in more glory than Instagram can deliver).

How does this work?

I used the amazing create-react-app as a starting point for this site, and added a few things to make it my own.

  • Images are uploaded to the public/images folder
  • Next, there's the pre-start script exif.js. This Node script uses node-exiftool to loop over each image in the folder and extract exif data. The particular data I wanted to display was the aperture, shutter speed, ISO, and focal length. This data is dropped into manifest.ts, which is ignored by git to avoid too many sources of truth (in this case, the images remain the sources of truth).
  • index.tsx is what imports the data from manifest.ts and passes it as props to the images, which are rendered as React components.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].