Skip to content

Yash-RajSingh/OverWatch-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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