Overwatch allows users to mark danger zones based on their experiences. By sharing information about areas that may pose a risk to personal safety, we aim to raise awareness and help others make informed decisions.
├───assets
├───components
│ ├───Common
│ ├───Footer
│ ├───Header
│ ├───Instruction
│ ├───Landing
│ │ ├───About
│ │ └───Info
│ ├───Layout
│ ├───Loader
│ ├───Login
│ ├───MapComponent
│ ├───Profile
│ │ ├───ProfileStory
│ │ └───ProfileZone
│ ├───Sidebar
│ └───Stories
│ ├───StoriesAdder
│ ├───StoryCard
│ └───StoryModal
├───GlobalStyles
├───hooks
├───redux
│ ├───actions
│ ├───reducer
│ └───store
└───routes
└───pages