EXIFChart is a client-side website where you can analyze your shooting styles via images' EXIF data. No data is sent over to a server. As such, this website is available offline and as a PWA (Progressive Web App).
Ensure you have Node, NPM and the Git CLI installed.
git clone git@github.com:HollaG/exifchart.git
npm install
npm start
Open http://localhost:3000 to view it in the browser.
Run npm run build
.
Upload the build
folder to a hosting service of your choice.
React
Parsing EXIF
Chart
Others
Pull requests are welcome!
I developed this as a way to get my feet wet in React. I know there is a lot of optimization to be done, but I had fun building this! Hope it at least helps some people out!