It is a simple web application utilizing the twitter api to get the twitter feeds. This covers the UI part of the whole system. The backend is covered in the Twitterserver which is present in another Repo. This has user registration and user authentication features. Users are stored in the mongo database and uses jwt token based authentication mechanism. Right now, it has two api to get data from the twitter.
- Get random tweets from the twitter
- Search tweets with a specific text
Before you can retrieve the twitter data, user needs to be registered with username, password and email.
This allows user to login in with username and password.
This allows to search the twitter posts with specific text present in it.
- git clone git@github.com:ravimaharjan/twitterapp.git
- npm install
- npm start