Skip to content

fnanni-0/twitter-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone Frontend

Twitter clone built using React, Redux.

Demo - https://twitter-geek.netlify.app/

Backend Repository - https://github.com/RisingGeek/twitter-clone-backend

Features

  1. Login
  2. Post Tweet
  3. Follow/trust people
  4. Like, Retweet, comment
  5. View profile
  6. Moderate
  7. Choose moderation rules for each post

Upcoming Features

  1. Notifications
  2. Live updations of like, retweet
  3. Pay per view post
  4. Curated auctions for promoted ads, secured by escrow

Run locally

  • Create a .env.development file with the following contents:
    REACT_APP_SERVER_URL=http://localhost:5000
    REACT_APP_SECRET_KEY=<YOUR_SECRET_KEY>
  • npm install && npm start

About

Twitter clone built using React, Redux, NodeJS, MYSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%