Skip to content

HollaG/exifchart

Repository files navigation

EXIFChart.com

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).

Hosting your own website

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.

Building the website

Run npm run build. Upload the build folder to a hosting service of your choice.

Libaries used

React

Parsing EXIF

Chart

Others

Contributing

Pull requests are welcome!

Author's note

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors