Git Product home page Git Product logo

tweeter's Introduction

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

tweeter's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.