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: about 2 months ago
JSON representation
👮 Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.
- Host: GitHub
- URL: https://github.com/safdarjamal/crime-reports-uk
- Owner: SafdarJamal
- License: mit
- Created: 2019-05-10T18:51:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T14:53:27.000Z (about 1 year ago)
- Last Synced: 2025-02-10T07:43:53.802Z (4 months ago)
- Topics: crime-data, crime-reports, crime-statistics, evergreen, hooks, javascript, jsx, police-api, police-databse, police-reports, react, react-hooks, reactjs, ui, uk-police-data
- Language: JavaScript
- Homepage: https://cr-uk.netlify.app
- Size: 5.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Crime Reports UK](https://cr-uk.netlify.app)
[](https://app.netlify.com/sites/cr-uk/deploys)
[](https://github.com/SafdarJamal/crime-reports-uk/releases)
[](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.

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