File tree Expand file tree Collapse file tree 4 files changed +50
-1
lines changed
Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 1+ 404.html,1736094763258,b6abfbdc894d37c260154e281499dc6415bb6ad76b32f01ef94dee93aa897ac4
2+ assets/index-BeK8SkgD.js,1736094703360,c5c8a38b945ae05696ecc832f25a689f888c87ba5a29151a7afea05d7cbc5846
3+ assets/index-Dh_VcYI7.css,1736094703360,0bda23d407d61c1fb857b87e66de12da80178d52eb8f7742f070982d8252000c
4+ index.html,1736094703362,c7ddf77b2e3dc25ff9300e29c85b349920141f44b9f5eb204f96985368cef117
5+ cat.png,1736094703158,7795dc3b7296da8d92328b85064ac0ccc02bbb64dbde485df8caf4486f1d327d
6+ assets/message-BnwBSked.js,1736094703360,703c72881fa7f590b779eb37f913d47cad72742987392c641f231e4d01a15043
7+ assets/avatar-DEdsh8ak.js,1736094703362,01f2f89d2d1ed426323e32c0f9406c5638244f757983b94aefd593a9b08717b3
8+ assets/usersList-DmxjNNWr.js,1736094703360,bea86096d8a210d7d2372f313b270a903e84d580f52e2fed0ebc8788f9927751
9+ assets/header-D1UwDSix.js,1736094703362,f463c8ae3e5e8f27028afd320445f7817ecd32fde2817f569076fec31bf73ead
10+ assets/buttons.esm-DK2fWHEW.js,1736094703362,8144c842086b511c5291346c1bfc399aac1dc47a16e4015dc709016d91b25981
11+ assets/index-_8Gds-xz.js,1736094703362,3ff99024b9de7b96e4fee11559845d9ecf8c29f60a8156183a228ee79cfbba0c
Original file line number Diff line number Diff line change 1+ {
2+ "projects": {
3+ "default": "chatroom-67e21"
4+ }
5+ }
Original file line number Diff line number Diff line change 11Chat Application using React.JS + Firebase real-time Database + Firebase Gmail Authentication
22=====================================
33
4- I build this app for learning purpose. you can check the live 💁♂️ [ demo] ( https://chatroom-67e21.web.app/ )
4+ I build this app for learning purpose. you can check the live 💁♂️ [ demo] ( https://chatroom-67e21.web.app )
55
66![ image] ( https://github.com/user-attachments/assets/8d3630ed-b77b-49da-864b-3ef5df6cfbcd )
77
@@ -15,3 +15,26 @@ Quick Start:
1515- ``` npm install ```
1616- ``` npm run dev ```
1717- ``` npm run build ```
18+
19+
20+ ## Releases notes:
21+
22+ ### Version 1.0.0
23+
24+ - Initial release of the chat application.
25+ - Implemented real-time messaging using Firebase real-time Database.
26+ - Added Gmail authentication using Firebase Authentication.
27+ - Basic UI for chat interface.
28+ - Deployed live demo.
29+
30+
31+ ### Version 2.0.0
32+
33+ - Migrated from React 16 to React 18.
34+ - Added TypeScript for type safety.
35+ - Switched to Vite for faster builds.
36+ - Integrated Chakra UI 3.2.5 with dark theme support.
37+ - Improved overall UI design.
38+ - Refactored codebase from class components to function components.
39+ - Utilized React Context API for state management.
40+ - Various code optimizations and improvements.
Original file line number Diff line number Diff line change 1+ {
2+ "hosting" : {
3+ "public" : " dist" ,
4+ "ignore" : [
5+ " firebase.json" ,
6+ " **/.*" ,
7+ " **/node_modules/**"
8+ ]
9+ }
10+ }
You can’t perform that action at this time.
0 commit comments