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:
- Host: GitHub
- URL: https://github.com/pengfluf/person-list
- Owner: pengfluf
- Created: 2018-09-19T10:25:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T10:41:27.000Z (about 7 years ago)
- Last Synced: 2025-06-22T06:06:40.450Z (5 months ago)
- Topics: javascript, react, redux, redux-saga
- Language: JavaScript
- Homepage: https://pipedrivetest.surge.sh/
- Size: 210 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`