8000 GitHub - kr-react/restobook: A simple Real-time Social Network :koala:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kr-react/restobook

Repository files navigation

Restobook

A simple real-time Social Network 🐨

Live Demo

post-socket

Setup Guide

You can view the setup guide for the project here

References

Features

Authentication system

  • Application has a Basic authentication system based on username and password

login-1

  • Handles input field validation

login-2

  • Checks if user does not exist.

login-3

  • Switching from Login view to Register view maintains the previously entered data

login-to-register

  • On the Register view, user's existence is checked. If user already exists, you are prompted to log in

register-1

Feed

  • Users can create posts

post-post

  • Timeline for a user can be viewed

profile

  • Timestamp for posts auto-updated every minute

update-timestamp-dynamic

  • Users get notified that when new posts are available. This is done via sockets. Clicking on the button will fetch the new posts and scroll the window to the top.

post-socket

Post

  • Comments can be viewed and added for a specific post.
  • Replies are nested within comments. Clicking on View Replies will fetch the replies for a particular comment. A user can participate in the reply thread as well.

comments-replies

About

A simple Real-time Social Network 🐨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0