Skip to content

123lk/northwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northwitter

A clone of the Twitter homepage built using React and Bootstrap. Web requests are made to Twitter's API via SuperAgent to in order to get the latest data from the Tweetosphere.

Installation

You will need to have Node.js installed to view this program. Type the below command into the terminal to check if you already have node installed;

$node -v

If you already have node installed it will tell you which version (e.g. v7.7.4). If you need to install node.js please follow this link https://nodejs.org/en/.

To install all the dependencies please enter the following command into the terminal once you have navigated into the root directory;

$npm install

To start the program enter the following command;

$npm start

Once compiled the program will be running on http://localhost:3000/

Testing

To run the tests, enter the following command into the terminal;

$npm test

Built With

React - javascript library for building user interfaces

Bootstrap - front-end framework

SuperAgent - HTTP request library HTML/CSS

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published