top of page
RadioChat
A chat application that allows users to chat locally based on their device's geolocation. Users can specify the radius within which they would like to chat. This app requires that users allow their browser to share location information. Works best with Chrome browser.
​
What I learned from this project:
​
-
How to combine Mongoose, Express, React (MERN) and Socket.io into a single app
-
To deploy a full-stack website on Heroku
-
Client-side routing with React-Router
-
How to use Reactstrap (Bootstrap components within React)
-
Using media queries to make a screen responsive website
-
How to sanitize user input to prevent XSS attacks
-
Using HTML5's geolocation to calculate distance between devices
​
View project View code on GitHub
​


bottom of page