Skip to content

gosiacodes/Social-Media-Forum-App-Gritbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Gritbook * Social Media Forum App * TypeScript Firebase ✨

Social Media App with TypeScript and Firebase - group project at JavaScript2 course (2022)

https://gosiacodes.github.io/Social-Media-Forum-App-Gritbook/

📌 Contributors

📌 How does the application work?

Chat application with 3 forum topics: travel, sport and gaming connected to Firebase database. You can create new user account and then add messages in individual forums. You can also edit your message or delete it from chat and database. There is also possibility to see yours and other users profile (UI fixed, functionality under construction). When you have created new account, you can log in and out with it. In the future you will also be able to delete your account from database (under construction).

📌 Work area

Gosia:

  • creating project, repository, database
  • UI and design of the project
  • displaying forums and messages-data
  • chat functionalities
  • files: index.html, style.css, main.ts, displayHandler.ts, eventListenersMess.ts, firebaseApp.ts, Message.ts

Arbie:

  • user class
  • sign up and sign in functionalities
  • switching signing forms and UI
  • files: index.html, style.css, main.ts, LoginHandler.ts, SignupHandler.ts, User.ts

Othman:

  • message class
  • user profile data
  • files: Message.ts, userprofile.ts