Skip to content

Created a MERN based full stack app ,where we have some set of tourist places which stored at backend and through http based api calls from frontend in react getting images and showing to users and from that user can select images and will update the same to backend based on user selection and if we want to delete selected place ,we can delete.

Notifications You must be signed in to change notification settings

hemant110800/Image-Picker-Full-Stack-MERN-App

Repository files navigation

Image-Picker-Full-Stack-MERN-App

Created a MERN based full stack app ,where we have some set of tourist places which stored at backend and through http based api calls from frontend in react getting images and showing to users and from that user can select images and will update the same to backend based on user selection and if we want to delete selected place ,we can delete.

App is divided into two Sections , upper section conatins Places that user like to visit , storing user selected places , places which user is selecting from all available places.

image

Bottom section of App contains all Available Places that we are fetching from backend and showing in below part

image

#Functional behaviour

1)Adding Image If user want to select any image from Available Places area , they can do so by simply clikcking on place card , for user engagement added basic animation effecton on hover of cards. Handling case if Place is already selected , will not again update in upper area.

2)Removing Image If user want to remove any place from selected area (upper area) they can do so by again clicking on Image card from upper area , will give popup to user for confirmation with progress-bar , if in time they cancel the selected place it will not delete from selected places area else it will delete. image

#Tech Used

Front-end :- React ( Along with react concepts and hooks, explored custom-hooks and use to get available places from backend in different components) , tried react project creation with Vite.

Backend :- NodeJS, ExpressJS (Created get, put Apis to provide all places and updating user selected places) , Storing data in json files at server end.

About

Created a MERN based full stack app ,where we have some set of tourist places which stored at backend and through http based api calls from frontend in react getting images and showing to users and from that user can select images and will update the same to backend based on user selection and if we want to delete selected place ,we can delete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published