Client based Sign up page web app
- google and facebook sdk is integrated
- as it does not interact with any server side it logs the user data in the cosole and gives alert once account is created.
- do not open the index.html file directly from the file system
- use localhost as google and facebook sdk work with only web server and doesn't work with ofline opened webpages.
- use port 8000 for localhost as that has been configured with the api.
- facebook api is giving some exceptions as it only works with https and not with http.
web hosted version - https://brintamidya.github.io/signup-web-demo/