1️⃣ You can find the deployed project Here.
Bryce A. Soghigian | Jacob Tharp | Tigran Sargsyan | Scott Prins | Student 5 |
---|---|---|---|---|
Trello Board
Product Canvas
UX Design files
The goal of this project is to make the world a safer place
Through our application we bring awareness to current safety issues in the united states and let travelers know what is safe and what is not.
- Geolocation Functionality
- Filter Through FBI Data
- Data Visualization
- Auth0
- Interactive Map
- We used fullstory to track user habits and click patterns. If you aren't familiar fullstory is an anaytics snippet That allows us to see a video replay of our application.
- We used google analytics to monitor general user data, such as bounce rate, time spent on our platform, Daily Active Users,Basically it gives you general data on the users of an application.
- We set up sentry to monitor and recieve real time bugs that exist within our application. Whenever there is an error anywhere in our application we get a notfication in our Slack.
- We chose React because everyone on the team knows it and we want to make use of the vast amount of npm packages built just for react.
- React JS has a really great ways to manage component state. Our team is a huge fan of hooks and the power of Context Api(which is built in the box for react)
- There is this styling library called Chakra.UI which works really well for our UX vision that is really compatible with react
Back end built using: NodeJS/KNEX/ExpressJS/Posgress
- NodeJS is great for building out rest apis. We took advantage of the wonderful packages built explictly for NodeJS
- We used Express THE lightweight framework used to build powerful servers.
- For Database quering an models we used knexJS. It gives you the power of writing sql queries in a familiar language.
- We used Postgres to give our data persistence.
Amazing Api for security and easy authentication for the use. It allows for a secure login that goes through the google servers. So no vulnerablities within our application. The only downside is you have to edit your login component in their online editor to style it.
-Powerful map framework used for visualizing our wonderful planet.
With Mapbox you have the power to travese the world at your finger tips. And with the mapbox geocoder api you can search locations limit searched locations and do much more. We chose mapbox over googlemaps due to its insane custom features.
We Chose to use Mapbox-gl-js over React-Map-GL and Google Maps due to its insane range of functionality
This is our crime data api. We used this api for all of our crime data. Their api is the best for crime data. We researched building out our own dataset and api, but the only documented good data that exists has been created by the FBI.
All photos used on Crime Statistics For Travelers or in design files are royalty-free & attribution-free, requiring no licenses. All headshots of developers are the property of their respective persons, no license, explicit or implied, is granted for use outside this readme file without the express permission of the owner/person in the headshot image.
* npm i - installs all of the dependencies
* npm start - starts the application locally
* npm run build - creates a build of the application
* npm run test - runs our tests
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct. Please follow it in all your interactions with the project.
If you are having an issue with the existing project code, please submit a bug report under the following guidelines:
- Check first to see if your issue has already been reported.
- Check to see if the issue has recently been fixed by attempting to reproduce the issue using the latest master branch in the repository.
- Create a live example of the problem.
- Submit a detailed bug report including your environment & browser, steps to reproduce the issue, actual and expected outcomes, where you believe the issue is originating from, and any potential solutions you have considered.
We would love to hear from you about new features which would improve this app and further the aims of our project. Please provide as much detail and information as possible to show us why you think your new feature should be implemented.
If you have developed a patch, bug fix, or new feature that would improve this app, please submit a pull request. It is best to communicate your ideas with the developers first before investing a great deal of time into a pull request to ensure that it will mesh smoothly with the project.
Remember that this project is licensed under the MIT license, and by submitting a pull request, you agree that your work will be, too.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md with details of changes to the interface, including new plist variables, exposed ports, useful file locations and container parameters.
- Ensure that your code conforms to our existing code conventions and test coverage.
- Include the relevant issue number, if applicable.
- You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.
These contribution guidelines have been adapted from this good-Contributing.md-template.
See Backend Documentation for details on the backend of our project.