Skip to content

Commit

Permalink
Created readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyabhardwaj authored Jul 16, 2022
1 parent 700f636 commit b8d27b9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Tweet-App
# 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.

0 comments on commit b8d27b9

Please sign in to comment.