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

https://github.com/arn4b/smalltape-search


https://github.com/arn4b/smalltape-search

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# smalltape - stock search

### Created with
- React JS
- create-react-app
- Custom CSS
- Custom React Hooks

### API created with
- API mock data created using [Mockaroo](https://www.mockaroo.com/)
- API hosted using [Mocki](https://mocki.io/fake-json-api)

### Salient Features
- API Caching - API response is cached so that if the user makes the same request then API isnt called again.
- Debouncing - API is called only after user has stopped typing after 500ms, ensuring the API calls arent repeated on every keystroke.
- Custom Pagination Component - Easy to use pagination component to display large lists of data in a compact anduser friendly way.

### To run it on local
- `git clone `
- `cd `
- `npm install`
- `npm start`