Git Product home page Git Product logo

zabasandbox's Introduction

Zabasandbox

This is a sandbox for sharing random ideas code snippets or trials

There are no rules here other than this:

  • respect noobs
  • don't judge errors, just help to correct them
  • have fun and enjoy learning to code

This repo will be periodically updated, either on a project by project basis or by deleting old projects on an ad-hoc basis.

The following is a list of projects and a short description of each that will act as a timeline for this repo:

  1. material-app
  1. bug-attempt
  • this is an attempt at fixing a bug addressed by readers of my medium article on ngx-translate that can be found here https://medium.com/letsboot/translate-angular-4-apps-with-ngx-translate-83302fb6c10d

  • The initial code posted worked but used

    import { HttpModule, Http } from '@angular/http';

  • this was then replaced by the following import in the bug-fixed version:

    import { HttpClientModule, HttpClient } from '@angular/common/http';

    the function that returns a new TranslateHttpLoader in the app.module.ts was also changed like so:

    export function HttpLoaderFactory(http: HttpClient) {
           return new TranslateHttpLoader(http);
    }
  1. simple-app
  • a simple date and time app written in Angular and using Bootstrap css for styling
  • the greeting changes depending on time of day at page load. It does not change with passing time once the page is loaded
  1. photo-gallery
  • a simple CRUD example to practise my skills
  • also the basis of a tutorial on medium if you want a walkthrough
  • this app shows a jumbotron for practise
  • a panel for practise
  • a greeting with some time logic that can be dismissed
  • a clock that changes with passing time
  • a gallery of fixed photos
  • new photos can be added if a url is provided
  • photos can be edited, deleted, or their details can be viewed in a modal display
  • all photos can be deleted at once

zabasandbox's People

Contributors

zabamund avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.