https://github.com/yash-rajsingh/overwatch-react
Your digital guardian angel
https://github.com/yash-rajsingh/overwatch-react
Last synced: about 1 year ago
JSON representation
Your digital guardian angel
- Host: GitHub
- URL: https://github.com/yash-rajsingh/overwatch-react
- Owner: Yash-RajSingh
- Created: 2023-05-28T02:31:11.000Z (about 3 years ago)
- Default Branch: production
- Last Pushed: 2023-06-14T04:53:09.000Z (about 3 years ago)
- Last Synced: 2025-02-14T05:44:12.404Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://over-watch.netlify.app/
- Size: 6.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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





## Preview

## 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
```