/cnn-twitter

Primary LanguageJavaScript

CNN-Twitter

An app to help you search twitter feeds

Deployed Link

http://174.138.62.55/

Team

  • Product Owner: Shams Ali

Table of Contents

  1. How it works
  2. Tech Stack
  3. Development

How it Works

What the latest feed on politics!

CNN-Twitters got your back. CNN-Twitter will help you find the the most recent Tweets! Simply open the app and search "politics" to see a list of all the recent tweets. Perfect!

Tech Stack

  • create-react-app
  • express
  • SASS/Flexbox/Responsive
  • react@16
  • Redux-Thunk/Redux-Forms
  • React-Router@4
  • jest
  • flow
  • eslint: airbnb, prettier
  • Docker/docker-compose
  • Digital Ocean

Development

Setting up a development environment requires global installations of node, npm, yarn, and create-react-app

Installation

On the command prompt run the following commands

$ git clone https://github.com/shams-ali/cnn-twitter.git

$ cd cnn-twitter/

$ yarn install

Update the .env.example and rename it .env!!!!

$ yarn run start:prod

Testing:

$ yarn test

Go To http://localhost:3000