Frontend for Twitter clone made using React
- Fully responsive
- Sign up/ Sign in via JWT Token
- Customize account
- Tweet
- Comment
- Retweet
- Follow user
- Like tweets and comments
- Edit tweets and comments
- Delete tweets and comments
- Tweets filtered according to "Topics"
- Add custom avatars
- Tweet images by easily adding Image URLs
- No character limit on tweets
- npm
- Fork this repository
- Clone this repository
- Install dependencies
$ npm install
$ npm start
Currently all the requests are made to the following url: https://drab-hare-zipper.cyclic.app
To be able to send requests to the local server which is running at http://localhost:5000, you need to configure theindex.js
file and change the value of theuseContext Provider
to http://localhost:5000
Link to the server repo
This project is made available under the MIT License.