Know Your Neighborhood
Introduction
Know Your Neighborhood, or KYN, is a community website that provides users with information about stores in their neighborhood. The project front-end is developed using React JS and connected to the back-end using Axios with a custom REST API. The site also features google, and facebook login capabilities to enhance the user experience.

Features

Responsive Design
The KYN website maintains a consistent itnerface on different screen sizes.

Dynamic Validation
Registration form makes use of dynamic validation for a better user experience during account creation.

API Login
Google and Facebook login API's are integrated for faster account creation

Facebook Login
Login using Facebook's Login API

Google Login
Login using Google's Login API

Stores listing
All Stores registered on the website

Store details
Details of each store retrieved from a REST API back-end I created using Spring Boot

Retrieved data from REST API
Details of each store retrieved from the REST API back-end