Skip to content

Files

Latest commit

b8d27b9 · Jul 16, 2022

History

History
12 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 559 Bytes

Tweet-App

Tweet App is app for registered users to post new tweets, view tweets by other users. Guest users cannot see any tweets. The core modules of tweet app are:

  1. User registration and login
  2. Post tweet
  3. View all tweets (all from logged in users account)
  4. View users and their respective tweets
  5. Forgot password option to reset password.
  6. Reset password algorithm should be written using typescript and transpile into javascript. JavaScript containing reset password algorithm, should be executed by java when reset password is required.