An open API service indexing awesome lists of open source software.

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

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
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Styled components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![Leaflet Js](https://img.shields.io/badge/Leaflet-199900?style=for-the-badge&logo=Leaflet&logoColor=white)
![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white)
![Framer](https://img.shields.io/badge/Framer-black?style=for-the-badge&logo=framer&logoColor=blue)

## Preview
![image](https://github.com/Yash-RajSingh/OverWatch-react/assets/85413348/5a037748-64a1-4084-97ff-f4240113a730)

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

```