https://github.com/arn4b/smalltape-search
https://github.com/arn4b/smalltape-search
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arn4b/smalltape-search
- Owner: arn4b
- Created: 2022-06-30T18:19:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T18:44:31.000Z (almost 4 years ago)
- Last Synced: 2024-05-29T22:37:36.394Z (about 2 years ago)
- Language: JavaScript
- Homepage: smalltape-search.vercel.app
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`