An open API service indexing awesome lists of open source software.

https://github.com/smashingboxes/woof

A Twitter clone created to show many of Angular's features to an Iron Yard class
https://github.com/smashingboxes/woof

Last synced: about 1 month ago
JSON representation

A Twitter clone created to show many of Angular's features to an Iron Yard class

Awesome Lists containing this project

README

          

# Woof Angular App

This app is a simple Twitter clone named Woof where users can create and view posts.
Here we will showcase using some of Angular's built-in services, form validation, event handlers, and even a popular routing library, Angular UI Router.

# Completed app
You can find the completed app for reference in the `completed` branch.

## Setup

### Prerequisites

You must have the following software on your system:

* NPM
* Atom Live Server _(optional)_

### Installation

* Run `npm install` within the project directory
* Open the project within Atom
* Press `ctrl+shift+3` to serve the files within the directory