Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donovan9617/scamwatch-frontend
Site for scam case file management
https://github.com/donovan9617/scamwatch-frontend
react reactbootstrap recharts typescript
Last synced: 4 days ago
JSON representation
Site for scam case file management
- Host: GitHub
- URL: https://github.com/donovan9617/scamwatch-frontend
- Owner: Donovan9617
- Created: 2023-06-13T03:00:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T13:33:09.000Z (over 1 year ago)
- Last Synced: 2024-11-15T13:40:28.725Z (2 months ago)
- Topics: react, reactbootstrap, recharts, typescript
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ScamWatch🔍
## Description
ScamWatch is a tool which provides scam case file management features, data visualisation charts, and simple scam statistics.
## 🛠️ Tools Used For This Project
## 🚀 Getting Started
First, run the command in the terminal to install all of the dependencies you need:
```bash
npm install
```Next, to run the development server:
```bash
npm start
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
> **Note**
> API endpoints are not configured and mock data is provided due to confidentiality.## Features
### 📂 Case file management
- Create, View, Edit case
- Accepts file uploads with extensions `PDF`, `docx`, `pptx`, `xslx`, `PNG`, `JPG`
- Multi Filter, Search
- By `Status`, `Start & End Date`, `Description`
- Sort
- By `Date`
- Pagination### 📈 Data visualisation charts
- Fund Flow Chart
- Fund Recovery Chart
- Typography Recovery Chart### 🔢 Simple scam statistics
- Total Case Status
- Most Frequent Scams
- Number of Loaded Results### ⚙ Customisability
- Dark theme
- Mobile responsive