/OurChat

Firebase, Angular team project.

Primary LanguageTypeScript

OurChat

a Social Network App

Created 08/27/2018

Made By

  • Austin Barr
  • Steven Colburn
  • Lan Dam
  • Jean Jia
  • Anousone Kaseumsouk
  • Hisato Kawaminami

Description

This is a social networking website where users may create an account and chat with other users. User can chat and post to public blog.

This project was generated with Angular CLI version 1.7.4.

Setup

  • touch OurChat/src/app/api-keys.ts
  • copy web config from firebase and put int api-keys.ts files
  • rename var config to export const masterFirebaseConfig {}
  • npm install
  • ng serve --open

Technologies Used

JavaScript, HTML, CSS, Angular, TypeScript, Firebase

Support and Contact

For any questions or support details, please email:

Spec

  • A user should be able to create an account with username and password.
  • A user should be able to sign in and sign out.
  • A user should be able to edit user profile.
  • A user should be able to add other users to the contact list by XXX.
  • A user should be able to see their contact list.
  • A user should be able to initiate a conversation with another user on the contact list.
  • A user should be able to see their current conversation list.
  • In the current conversations list, if user click on the conversation name should be able to see conversation history with that particular user.
  • The app should have a public blog section where user can post public messages and photos.
  • Public blog section should display all messages and photos by latest post.
  • A user may delete their own public blog post.

MIT License

Copyright (c) 2018 Jean Jia, Lan Dam, Hisato Kawaminami, Anousone Kaseumsouk, Steven Colburn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.