Skip to content

kVarunkk/Twitter-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Frontend

Frontend for Twitter clone made using React

twitter-pic

Features

  • 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

Contribute

Prerequisites

  • npm
  1. Fork this repository
  2. Clone this repository
  3. Install dependencies
$ npm install

Run the app

$ 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 the index.js file and change the value of the useContext Provider to http://localhost:5000
Link to the server repo

License

This project is made available under the MIT License.

Releases

No releases published

Packages

No packages published