A react project to upload images and store them in local storage.
Also keep tracks of the number of reactions it has got.
🔗 https://fotografis.netlify.app/
In the project directory, you can run:
Builds CSS from SCSS files and Watches them for future changes.
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Users can upload images in jpeg/jpg format.
- Once the upload button is clicked, the image will be saved in local storage.
- Different reactions can be added to the image, the number of reactions will be tracked by the reaction counter.
- A link to the uploaded picture can also be shared.