LogoZeru
Case studySchool Project · 2023

Know Your Neighborhood

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.

Know Your Neighborhood — overview
Features
Responsive Design

Responsive Design

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

Dynamic Validation

Dynamic Validation

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

API Login

API Login

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

Facebook Login

Facebook Login

Login using Facebook's Login API

Google Login

Google Login

Login using Google's Login API

Stores listing

Stores listing

All Stores registered on the website

Store details

Store details

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

Retrieved data from REST API

Retrieved data from REST API

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