Skip to content

nisabmohd/Tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter a Twitter clone

Solution for a challenge from Devchallenges.io.

Overview

Built With

Features

Challenge Specified:

  • User story: I can see my profile or others' profile
  • User story: When I am on a profile, I can see Tweets and Retweets. I can also filter by Tweets, Tweets and replies, Media and Likes
  • User story: When I am on a profile, I can see followers and following
  • User story: When I am on a profile, I can see follow or unfollow the user
  • User story: I can navigate between Home, Explore and Bookmarks
  • User story: I can navigate to My Profile, Group Chat (optional), Setting/Authentication App.
  • User story: When I am on Home, I can post a new Tweet
  • User story: When I post a new Tweet, I can choose to upload an image and set the Tweet to be public or only-follower
  • User story: When I am on Home, I can see Tweets of people who I follow
  • User story: I can Comment, Retweet, Like or Save a Tweet
  • User story: I can Comment with image and I can like a comment
  • User story: I can see the posted time of the Comments and Tweets
  • User story: When I am on Home, I can see the most popular hashtags and people I should follow (it's up to you how to implement this)
  • User story: When I am on Explore, I can see the Top, Latest Tweet, or Tweet with Media. I can also choose to see the most popular people
  • User story: When I am on Bookmarks, I can see the Saved Tweet

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/nisabmohd/Tweeter

# Install dependencies in client folder
$ cd app/client
$ npm install

# Install dependencies in server folder
$ cd app/server
$ npm install

# Run the  client app
$ npm start

# Run the  server app
$ node server

Releases

No releases published

Packages

No packages published

Languages