diff --git a/pease-portfolio/public/project_files/chatmaps/contribution_ss/clarklach.png b/pease-portfolio/public/project_files/chatmaps/contribution_ss/clarklach.png new file mode 100644 index 0000000..8a18a75 Binary files /dev/null and b/pease-portfolio/public/project_files/chatmaps/contribution_ss/clarklach.png differ diff --git a/pease-portfolio/public/project_files/chatmaps/contribution_ss/codefreq.png b/pease-portfolio/public/project_files/chatmaps/contribution_ss/codefreq.png new file mode 100644 index 0000000..30a4932 Binary files /dev/null and b/pease-portfolio/public/project_files/chatmaps/contribution_ss/codefreq.png differ diff --git a/pease-portfolio/public/project_files/chatmaps/contribution_ss/lax18.png b/pease-portfolio/public/project_files/chatmaps/contribution_ss/lax18.png new file mode 100644 index 0000000..7f4b7c6 Binary files /dev/null and b/pease-portfolio/public/project_files/chatmaps/contribution_ss/lax18.png differ diff --git a/pease-portfolio/public/project_files/chatmaps/contribution_ss/sgoodridge.png b/pease-portfolio/public/project_files/chatmaps/contribution_ss/sgoodridge.png new file mode 100644 index 0000000..aad0aa9 Binary files /dev/null and b/pease-portfolio/public/project_files/chatmaps/contribution_ss/sgoodridge.png differ diff --git a/pease-portfolio/src/app/projects/custom/chatmaps/page.js b/pease-portfolio/src/app/projects/custom/chatmaps/page.js index 5635004..bb047d1 100644 --- a/pease-portfolio/src/app/projects/custom/chatmaps/page.js +++ b/pease-portfolio/src/app/projects/custom/chatmaps/page.js @@ -247,12 +247,89 @@ export default function Home() {
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 others, as well as a chat room feature that allows users to start public conversations based on any given 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 new 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 rooms that will be visible to other users. For example, a user at the University of Maine could create a joinable chat room titled “COS420”, which would be joinable by 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. +

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.
+
Live Demo: chatma.ps
+ Login: demo@chatma.ps
+ Password: demoapp
+
+ Contributors / Commit History +
+ + + +
+
+
+ Weekly Code Frequency Graph + +
+
+ Contributions by Author + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Author NameInsertionsDeletionsFilesCommitsLines Changed
Nicholas Pease (LAX18)+30,719 (78%)-14,937 (83%)574 (81%)186 (76%)45656 (80%)
Clark LaChance (ClarkLach)+2562 (7%)-2802 (16%)106 (15%)48 (20%)5364 (9%)
Stephen Goodridge (Sgoodridge96)+769 (2%)-243 (1%)16 (2%)7 (3%)1012 (2%)
Joseph Gallant (JGCS22)+5062 (13%)-3 (0%)14 (2%)2 (1%)5065 (9%)
Totals3911217985710 243
* totals include all lines in repository including (but not limited to), comments, dependencies (when not ommited) and configuration files.
+
+
+
) } \ No newline at end of file