Code Monkey home page Code Monkey logo

crt-angular's Introduction

crt

A self learning project.

To make myself comfortable with some methods and paradigms that are currently in style I decided to build this as a self learning project. I'm building a simple news reader, starting with getting news stories from the Hacker News API.

Since the Hacker News API is public, there is no need for authentication and that's why this is all client side. No need for server side validation before pulling data from the API. The API uses Firebase, which is (really) fast.

Take a look: http://elvispt.github.io/crt-angular/

The stories are saved to localStorage, making it fast (on subsequent visits) but it will refresh the news. It's just the first load that takes time (around a second, but it also depends on your connection).

##Technology stack:

  • Javascript ES5.1 (for now).
  • Angular v1.3.15
  • sprintf javascript library.
  • lodash javascript utility library.
  • Firebase client library v2.2.1
  • Bootstrap v3.3.4
  • Note: I don't remember where I got the function timeAgoFromEpochTime (app/utils.js).

I can (most definitely will) change the way this project behaves (maybe add server side) or change the styling, technology stack probably multiple times.

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.