Google Maps API - simple marker project
Inbounds of this project I successfully tried to complete the next tasks:
Implemented React + Redux + React router architecture
Configured webpack.config.js
Created simple markup: a. Authorization b. Main page c. About author
Drawed simple map with a point of my geolocation
Implemented zoom in/out buttons on a map
Added ability to create a marker on a map by click
Implemented save and show buttons – save button saves all the created markers, show button – shows it
Created list with the type of objects to be chosen (pharmacies, gas stations, schools, restaurants) so click on the list item has to draw markers on the map with the closest chosen objects
#react.js #ReactJS #javascript #react-redux
Implemented React + Redux + React router architecture
Configured webpack.config.js
Created simple markup: a. Authorization b. Main page c. About author
Drawed simple map with a point of my geolocation
Implemented zoom in/out buttons on a map
Added ability to create a marker on a map by click
Implemented save and show buttons – save button saves all the created markers, show button – shows it
Created list with the type of objects to be chosen (pharmacies, gas stations, schools, restaurants) so click on the list item has to draw markers on the map with the closest chosen objects
#react.js #ReactJS #javascript #react-redux