Giter Site home page Giter Site logo

angular-bookshelf's Introduction

Angular Bookshelf

Gettings started

๐Ÿš€ Guideline Client:

  1. Clone repository itself via git clone [repository link] in your preferable terminal or download with .zip format
  2. Install dependencies rather with yarn or npm install (npm i)
  3. From npm scripts run yarn start or npm start to serve application
  4. That's all what you need

๐Ÿš€ Guideline Server:

  1. In cloned repository open root folder, then in terminal run cd mockserver
  2. There is a fake REST API with json server run it with json-server db.json --routes routes.json --no-cors pipeline
  3. That's all what you need

๐Ÿš€ Project requirements:

requirements itself

  • โœ…: View with list of available books
  • โœ…: View with list of authors
  • โœ…: Author view
  • โœ…: Book view
  • โœ…: Genre view
  • โœ…: Content search

angular-bookshelf's People

Contributors

eliaslebed avatar

Stargazers

Roman avatar

Watchers

 avatar

angular-bookshelf's Issues

Content search proposal

Nice project!
I have a proposal regarding content search implementation.
I see that you have 3 types of sources Book, Author and Genre. You can add search using ng-select.

It will help you to handle autocomplete and content grouping in a quite simple way. For demo purpose you can make 3 requests each for single entity to fetch appropriate resources, merge results into one stream, map it to format that conforms with ng-select data structure to display groups and navigate to appropriate book/author/genre page by selected item.

P.S. Feel free to close this issue if you don't want to implement this.

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.