Skip to content

imar26/twitter-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Webapp

A simple responsive webapp to display tweets with one or more hashtags

Overview of the application

  • This web application allows user to enter multiple space separated hashtags as an input
  • The user can specify the number of tweets to display
  • The user can sort the tweets based on date, retweets count and favorites count

Steps to Setup and Run the Application

Installation and Running

  1. You need to have node.js and npm installed on your machine. Once installed, you can check the versions using the below commands
node -v
npm -v

Links for reference:

  1. Clone the project from GitHub Repository and Install all the necessary packages
git clone https://github.com/imar26/twitter-webapp.git
cd twitter-webapp
npm install
  1. Start node.js server
nodemon index.js
  1. Start react server
npm start
  1. Open your browser and go to http://localhost:3000/

Technologies Used

  • Node.js
  • React JS
  • Express JS
  • Twitter API
  • REST API
  • SCSS

Production

Application deployed on: https://twitter-webapp.herokuapp.com/

About

A simple webapp to display tweets with one or more hashtags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published