kVarunkk / Twitter-Frontend

Frontend for MERN Twitter clone

Home Page:https://varuns-twitter-clone.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Frontend for MERN Twitter clone

https://varuns-twitter-clone.vercel.app/


Languages

Language:JavaScript 80.6%Language:CSS 18.9%Language:HTML 0.5%