Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.89 KB

README.md

File metadata and controls

54 lines (47 loc) · 1.89 KB

OverWatch

Your digital Guardian Angel

About

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.

Tech Stack

React Styled components Leaflet Js Redux Framer

Preview

image

Directory Structure (for reference)

├───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