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
- Host: GitHub
- URL: https://github.com/smashingboxes/woof
- Owner: smashingboxes
- Created: 2016-10-23T19:42:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T12:46:43.000Z (over 9 years ago)
- Last Synced: 2025-02-22T20:42:44.942Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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