Skip to content

elee0612/mapcrime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime Map App

A mobile application that displays reported crime incidents in the user's current area or a custom-specified location. Built with Swift/Xcode for iOS.


Project Structure

CrimeMap/
├── docs/
│   ├── functions.md
│   ├── interface.md
│   ├── interactions.md
│   ├── usecase.md
│   └── wireframe.md
│
├── xcode/
│   ├── CrimeMap.xcodeproject
│   └── CrimeMap/
│       └── (Swift source files)
│
└── screenshots/
    ├── iteration1/
    └── iteration2/

Folder Descriptions

docs/

Contains all project documentation.

File Description
functions.md Describes the core functions of the application
interface.md Describes the UI layout and visual structure
interactions.md Documents supported user interactions
usecase.md Formal use case for the app's primary user flow
wireframe.md ASCII wireframes for each major screen

xcode/

Contains the Xcode project files and Swift source code.

  • CrimeMap.xcodeproject — The Xcode project file used to build and run the application.
  • CrimeMap/ — Directory containing all Swift source files for the application.

screenshots/

Contains screenshots and proof of concept images captured during development.

  • iteration1/ — Screenshots from the first development iteration.
  • iteration2/ — Screenshots from the second development iteration.

App Overview

The Crime Map app allows users to view reported crime incidents on an interactive map. Users can view crimes near their current location or search for a custom location. Tapping a crime marker displays detailed information about the incident.

Key features:

  • Live location-based crime data via API
  • Interactive map with crime markers
  • Custom location search
  • Tab-based navigation

About

An app for iPhones that displays a map of Minneapolis, MN. It plots crimes as red dots onto the map using a crime data web API from the Minneapolis government website. The app allows for custom filtering to display only what the user wants, and allows the user to customize the settings for the app to match their needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages