Skip to content

ning-an/Twitter-Clone-React

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Critter

React Twitter clone project which allows users to follow friends, view/like/retweet friends posts, post their own tweets, etc.

Installation

Server

  1. Navigate to the server directory cd server
  2. Install the required packages yarn install
  3. Start server yarn start:server

⭐ You can find instructions for running the server application in serverAPI_/DOCS.md

Frontend

  1. Navigate to the client directory cd client
  2. Install the required packages yarn install
  3. Start: yarn start

Technologies

Frontend

  • React.js
  • JavaScript
  • Redux
  • Styled Components
  • React Srping

Backend

  • Node.js
  • Express

Features

View a single tweet

Single tweet view

View a "home feed"

Home feed view

View a profile page

Profile view

Liking/Retweeting a tweet

tweets actions

Posting a new tweet

Posting a new tweet

It should show up in the feed below after posting.

Loading states

Loading

Error page

Error

Contact

Created by @Ning An - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 2.8%