An open API service indexing awesome lists of open source software.

https://github.com/pengfluf/person-list

:book: Just a person list from the Pipedrive API. Test task. :man:
https://github.com/pengfluf/person-list

javascript react redux redux-saga

Last synced: 3 months ago
JSON representation

:book: Just a person list from the Pipedrive API. Test task. :man:

Awesome Lists containing this project

README

          

# Person List

This application shows the list of persons fetched from the Pipedrive API. Test task.

The project was created using [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate). Check it out.

# Features

- Person list with detailed information about each person
- Drag & drop
- Local search in the current list and remote search in database

## Development

Install dependencies

`yarn install` or `npm install`

Start the application at localhost:3000

`yarn start` or `npm start`

Test

`yarn test` or `npm run test`