
Responsive Design
The KYN website maintains a consistent itnerface on different screen sizes.
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.


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

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

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

Login using Facebook's Login API

Login using Google's Login API

All Stores registered on the website

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

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