Skip to content

melancholy14/react-crime-map

Repository files navigation

This project was bootstrapped with Create React App.

Below you will find some information on this project.

Table of Contents

About

This project shows several types of crime which happened on specific date and location in UK through a map. In addition, you can get information on a selected crime; graphs, news, and neighbours.

You can try by clicking here

How to Use

  • Search: You can search crimes by selecting range of dates and inputting a postcode. Your location which may be used instead of empty postcode is available to detect automatically if you allow this to do.

Main Images

  • Select: You can select only ones you want to see amongst searched crimes by clicking checkboxes.

Selected

  • View in details: You can view a specific crime by clicking a circle which means each crime on the map.

Graphs News

Retrieving Data

Data is dealt with using RESTful API and responded by below APIs:

  • Crime: https://data.police.uk/api
  • News: https://open-platform.theguardian.com/documentation/
  • Location: https://open.mapquestapi.com/geocoding/v1

Responsive

This project supports responsive web application.

Mobile Desktop

Updating to New Releases

In cases you would like to check updates, open the changelog, find the version you’re currently on (check package.json in this folder if you’re not sure).

Sending Feedback

I am always open to your feedback. Or, if you have ideas for more functionalities that should be on this page, let me know.