Eric Whale

Edit readme

...@@ -7,6 +7,7 @@ This web-app project contains 3 functionality. ...@@ -7,6 +7,7 @@ This web-app project contains 3 functionality.
7 1. Weather Chatbot that doesn't look like a chatting app. 7 1. Weather Chatbot that doesn't look like a chatting app.
8 2. twitter like social network service. 8 2. twitter like social network service.
9 3. Secure(encrypted) messaging service. (not built) 9 3. Secure(encrypted) messaging service. (not built)
10 +4. Signin/CreateAccount with Google/GitHub using OAuthl. (not built)
10 11
11 The main goal of this project is not to make something useful but to learn/use as much as possible. 12 The main goal of this project is not to make something useful but to learn/use as much as possible.
12 13
...@@ -19,7 +20,7 @@ The main goal of this project is not to make something useful but to learn/use a ...@@ -19,7 +20,7 @@ The main goal of this project is not to make something useful but to learn/use a
19 * Front End : React 20 * Front End : React
20 * Back End : node.js & expressjs 21 * Back End : node.js & expressjs
21 * authentication/authorization : JWT, bcypt 22 * authentication/authorization : JWT, bcypt
22 -* Domain : domain.com 23 +* Domain Name : domain.com
23 * Hosting : aws lightsail 24 * Hosting : aws lightsail
24 25
25 ## License 26 ## License
......