Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/safdarjamal/crime-reports-uk

👮 Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.
https://github.com/safdarjamal/crime-reports-uk

crime-data crime-reports crime-statistics evergreen hooks javascript jsx police-api police-databse police-reports react react-hooks reactjs ui uk-police-data

Last synced: 25 days ago
JSON representation

👮 Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.

Awesome Lists containing this project

README

        

# [Crime Reports UK](https://cr-uk.netlify.app)

[![Netlify Status](https://api.netlify.com/api/v1/badges/744466fe-a9ac-4b36-a2f6-be5509cb0ff4/deploy-status)](https://app.netlify.com/sites/cr-uk/deploys)
[![GitHub Release (latest by date)](https://img.shields.io/github/v/release/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/releases)
[![License](https://img.shields.io/github/license/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/blob/master/LICENSE)

Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.

![Crime Reports UK in Action](https://user-images.githubusercontent.com/48409548/166941658-26a220df-b26d-4407-889c-deb8ca11cffe.png)

## Built Using

- [React](http://reactjs.org)
- [Evergreen UI](https://evergreen.segment.com)
- [UK Police API](https://data.police.uk/docs/)
- [Netlify](https://www.netlify.com)

## Development

To get a local copy of the code, clone it using git:

```
git clone https://github.com/SafdarJamal/crime-reports-uk.git
cd crime-reports-uk
```

Install dependencies:

```
npm install
```

Now, you can start a local web server by running:

```
npm start
```

And then open http://localhost:3000 to view it in the browser.

#### npm scripts

| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |

## Credits

Crime Reports UK is built and maintained by [Safdar Jamal](https://safdarjamal.github.io).

## License

Crime Reports UK is open-source software [licensed as MIT](https://github.com/SafdarJamal/crime-reports-uk/blob/master/LICENSE).