Git Product home page Git Product logo

grumblr_angular's Introduction

Grumblr Angular

Releases

Rather than using branches to indicate the different "steps" of creating Grumblr, we're using commits. If you check out the commits of the solution branch, you'll see what we mean.

The different steps can be downloaded via Releases. These are usually used to release different versions of an app, which is why each one has a version number: 1.0.0, 1.0.1, and so on.

The starter code for the first Angular class is version 1.0.0. The solution code for the first class is 1.0.1. The solution code for the third class is 3.0.1.

You can download a release by clicking its Source code (zip) link. (If it doesn't expand automatically into a folder, double-click it.) The advantage of this is that each release will be downloaded into its own folder with a name like grumblr_angular_2.0.1.

Instead of juggling a bunch of branches in one repo, you'll instead just be able to go from folder to folder.

Note: The zip files do not include a .git folder, like git clone gives you. So if you do want to use Git inside one of the folders, you'll need to $ git init inside it.

Angular Homework

To submit, open up pull request against this repository from your forked copy by Thursday 3/31 by 9:00am

Following UI Router's Class

Optional

Starter Code

$ git checkout -b ui-router 1.0.0

Solution Code

$ git checkout ui-router-solution

Continue working on your local copy of grumblr from in-class. Complete CRD functionality with hard-coded data. Follow this section in the lesson plan to the end for outlined steps

Following Factories, Services, and ngResource's Class

Continue working on your local copy of grumblr. Implement full CRUD for grumbles by replacing hard-coded data with the appropriate API calls utilizing ngResource

Starter Code

$ git checkout -b factory-resource 2.0.0

Solution Code

$ git checkout resource-solution 2.0.1

Following Custom Directives' Class

Continue working on your local copy of grumblr. Replace repeated HTML and functionality with a grumbleForm directive. Use one form to handle both creating and updating.

Starter Code

$ git checkout -b custom-directives 3.0.0

Solution Code

$ git checkout custom-directives-solution 3.0.1

grumblr_angular's People

Contributors

amaseda avatar andywhitley avatar jshawl avatar nolds9 avatar robertakarobin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

grumblr_angular's Issues

Tyler Crosse - grumblr_angular - Wed

EDIT - SUBMITTED PULL REQUEST INSTEAD

Completeness: 5/5
Comfort: 3/5

What I had wasn't working for a long time and I had trouble figuring out why. I ended up having to look at the solution to trouble shoot. I'm hoping with more practice I can get a better idea of what code needs to be where.

joe-gz hw

https://github.com/joe-gz/grumblr_angular

comfort: i thought 5, but i'm having a lot of weird issues with the server response. I understand that I cannot go to http://localhost:8080/grumbles because it will throw an error, but if i make a change to the index.html, those changes are not pulling throguh. I've had to restart the server like 6 times, and I'm not sure what's going on.

completeness: i think 5?

Starr's UI Router HW

completeness: 5
comfort: 4.5*

https://github.com/starrchen/grumblr_angular/tree/starrchen-homework

*Not sure if things are working because the browser would not reflect changes in code immediately. Refreshing the server, the browser, and even my computer didn't seem to affect the seemingly random rate at which my code was shown in the browser. (Also, I had to switch from Firefox to Chrome to see ALL of my code changes. Only some show up on Firefox, even now.) I disabled caching in both browsers from within the dev tools as Robin's nifty gif showed but I'm not sure what's going on and, honestly, this was the biggest impediment to me doing this assignment because I would be working hard to fix bugs that no longer existed but were still showing up in the browser. OR I would be trying to work on the next method only to find that one of my previous methods was buggy the whole time but didn't show up as such in the browser until a later, less convenient time.

๐Ÿ˜ž

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.