Coder Social home page Coder Social logo

arun9483 / a-short-project-on-angular6-rxjs-mat-scss Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 130 KB

A short project on Angular 6, RxJs, Angular Material Design and SCSS

License: MIT License

JavaScript 9.91% TypeScript 74.27% HTML 12.06% CSS 3.76%

a-short-project-on-angular6-rxjs-mat-scss's Introduction

A short project on Angular 6, RxJs, Angular Material Design and SCSS

A short project on Angular 6, RxJs, Angular Material Design and SCSS

Requirement

Create an application that does the following:

  1. Periodically (every 10 seconds) poll for new posts from this API https://hn.algolia.com/api/v1/search_by_date?tags=story via a GET request.

  2. Display the title, url, created_at, and author of each post in a table.

  3. Upon selecting a row in the table, a modal should appear containing the raw JSON data of post. This modal should support dismissal by clicking outside of the modal as well as upon clicking a close button.

  4. Support the ability to filter/search the table by title.

Project Details

Status

All requirements have been implementted successfully.

How to run and build project

Use below commands

// clone project repository
git clone [email protected]:arun9483/a-short-project-on-angular6-rxjs-mat-scss.git

// swith to a-short-project-on-angular6-rxjs-mat-scss directory and install npm packages
cd a-short-project-on-angular6-rxjs-mat-scss
npm install

// run in dev mode
npm run start

// create production ready code.
// content of dist/a-short-project-on-angular6-rxjs-mat-scss will be deployed in production server
npm run build

Technology

Angular 6, SCSS, Angular material design, RxJs, Angular CLI, TypeScript

Improvement Scope / Proposed feature addition

  1. Loader.

  2. Sort based on created_at, title and author.

  3. Pagination on table items.

  4. User interface.

  5. caching

a-short-project-on-angular6-rxjs-mat-scss's People

Contributors

arun9483 avatar

Watchers

 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.