Skip to content

senzub/twitterize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitterize

Twitterize is an app that allows users to organize their twitter favorites into categories. People often use favorites as a way to bookmark and save a tweet, which get lost in time due to the continous deluge of information on social media.

Twitterize is my solution to this problem by organizing favorites into easily accesible categories. This was my most challenging project to date and helped me learn the basics of reactjs and database storage using mongodb.

Visit here

Prerequisites

A Twitter developer account with consumer_key, consumer_secret, access_token_key, and access_token_secret and mongodb installed.

Getting Started

To run:

  1. Clone this repo.
  2. Open client, backend1, and backend2 separately
  3. Run "npm install" in each
  4. In backend1, create config.js with consumer_key, etc
  5. Run "mongod" after installing mongodb
  6. In client, backend1, and backend2, run "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published