Showing
2 changed files
with
13 additions
and
4 deletions
File moved
... | @@ -2,17 +2,26 @@ | ... | @@ -2,17 +2,26 @@ |
2 | 2 | ||
3 | ## About the project | 3 | ## About the project |
4 | 4 | ||
5 | -Very Simple weather chatbot web-app that show weather information based on longitude and altitude. | 5 | +This web-app project contains 3 functionality. |
6 | + | ||
7 | +1. Weather Chatbot that doesn't look like a chatting app. | ||
8 | +2. twitter like social network service. | ||
9 | +3. Secure(encrypted) messaging service. | ||
10 | + | ||
6 | The main goal of this project is not to make something useful but to learn/use as much as possible. | 11 | The main goal of this project is not to make something useful but to learn/use as much as possible. |
7 | 12 | ||
8 | -## Getting Started (Installation) | 13 | +## Getting Started (How to Visit) |
9 | 14 | ||
10 | -## Usage | 15 | +[weather-chatbot URL]() |
11 | 16 | ||
12 | ## Roadmap | 17 | ## Roadmap |
13 | 18 | ||
19 | +* Front End : React | ||
20 | +* Back End : node.js & expressjs | ||
21 | +* authentication/authorization : JWT | ||
22 | + | ||
14 | ## License | 23 | ## License |
15 | 24 | ||
16 | -This web-app uses... MIT License | 25 | +This web-app uses MIT License |
17 | 26 | ||
18 | ## Contact | 27 | ## Contact | ... | ... |
-
Please register or login to post a comment