Git Product home page Git Product logo

ipsl-users's Introduction

Pusers

JSON PLACEHOLDER

This project uses on of the publicly available APIs, found here.
https://jsonplaceholder.typicode.com/users

The structure of a user looks like as below

{
  "id": 1,
  "name": "Leanne Graham",
  "username": "Bret",
  "email": "[email protected]",
  "address": {
    "street": "Kulas Light",
    "suite": "Apt. 556",
    "city": "Gwenborough",
    "zipcode": "92998-3874",
    "geo": {
      "lat": "-37.3159",
      "lng": "81.1496"
    }
  },
  "phone": "1-770-736-8031 x56442",
  "website": "hildegard.org",
  "company": {
    "name": "Romaguera-Crona",
    "catchPhrase": "Multi-layered client-server neural-net",
    "bs": "harness real-time e-markets"
  }
}

Setting up locally

  1. Clone this project from GitHub.
git clone https://github.com/muremwa/ipsl-users
  1. Navigate to the project
cd ipsl-users
  1. Run npm install.
npm install
  1. Run ng serve
ng serve

Features

USERS

  • The home page features a list of users.
  • Those without a company name are in red.
  • Click the add user to open a modal with user details form.
  • For search, once you submit the form in the top right, the app checks whether it's an email or normal name and filters accordingly.

User details

  • To view a user click on their name and you will navigate to their details page.

To Note

  • Since, the API does not support pagination, the list is cut into pieces to simulate pagination.
  • Since all data contains company names, random entries are marked as empty to simulate.

ipsl-users's People

Contributors

muremwa 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.