RisingGeek / twitter-clone

Twitter clone built using React, Redux, NodeJS, MYSQL

Home Page:https://twitter-musk.vercel.app/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Clone Frontend

Twitter clone built using React, Redux.

Demo - https://twitter-musk.vercel.app/#/

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

Features

  1. Signup/Login
  2. Add Tweet
  3. Follow people
  4. Like, Retweet, comment
  5. View profile
  6. Search users in explore section
  7. Add bookmarks
  8. Dark mode

Upcoming Features

  1. Notifications
  2. Live updations of like, retweet

Run locally

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

Note: You need to also setup the backend repository for APIs to work

  • npm install && npm start

Demo account

username: demoaccount
password: 12345678

Demo

Feed

About

Twitter clone built using React, Redux, NodeJS, MYSQL

https://twitter-musk.vercel.app/#/


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.1%Language:Shell 0.1%