From 447648e40b0f3c0fdfe96b0d733debf53b533df9 Mon Sep 17 00:00:00 2001 From: Mohit Nagar Date: Mon, 11 May 2020 20:34:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f4c4af..322c525 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ #Microbot A web app to interact with Github performing tasks related to repository, issues, collaborators etc. of a logged in user; but by providing a string of text that is parsed to identify user intent. Recast NLP was used for training and intent extraction and Github API was used to login and interact with Github. User types in query and receives a form/response, both of which are maintained in browser’s local storage and updated using Redux. App doesn’t use a server that enabled understanding of CORS restrictions in Chrome and how to get around it. Source and CSS structuring using SASS was the key takeaway from this project. Following libraries were helpful in implementing this project – github-api, recastai, redux, webpack, sass and eslint for the code quality. jQuery and templating were widely used for DOM manipulation. Project is highly configurable and new operations can easily be added with no changes to existing code and minimal additions. + +Available at: https://mohiit1502.github.io/dist