Skip to content

A react project to upload images and store them in local storage. Also, keep track of the number of reactions it has got.

Notifications You must be signed in to change notification settings

rs-prasad/Image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Available Scripts

In the project directory, you can run:

gulp

Builds CSS from SCSS files and Watches them for future changes.

npm start

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.

npm run build

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!

Image-uploader

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

About

A react project to upload images and store them in local storage. Also, keep track of the number of reactions it has got.

Topics

Resources

Stars

Watchers

Forks