2024-03-31 05:08:52 +00:00
2024-03-28 14:08:49 -04:00
2024-03-31 05:08:52 +00:00
2024-03-14 17:13:16 -04:00

Main repo for ChatMaps, our COS420 Project.

ChatMaps is a web-based social networking service that allows users to connect to others in their local geographic area. It implements an interactable mapping utility to show general user locations relative to other users, as well as a chat room feature that allows users to start public conversations based on a specified topic. ChatMaps is primarily intended for use in densely populated areas, such as college campuses or metropolitan areas, so people of similar interests can start conversations. The goal of this project is to create a web app that plots locations, gives a radius of the local area, and connects users into different topic-based chat rooms.

This service implements user login and profiles, allowing users to add each other as friends and start private conversations. There are several default chat rooms of varying topics, but users also have the ability to create their own topics that will be viewable by other users. For example, a user at the University of Maine could create a joinable chat room titled “COS420”, which would be visible to others near this campus.

This app shares some similarities to other social networks that implement location-based content. ChatMaps novel approach is to utilize user location to facilitate real-time communication with others within a given radius.

The live version of this app can be found at:

https://chatma.ps/

A local version can be run with:

cd frontend-next/

npm install

npm run build

npm run dev

then navigating to:

http://localhost:3000

S
Description
Main repo for ChatMaps, COS420 Project
Readme 31 MiB
2024-04-24 04:27:28 -09:00
Languages
JavaScript 96.9%
HTML 2.4%
CSS 0.5%
TypeScript 0.2%