Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asasmith/react-infinite-scroll-demo
https://github.com/asasmith/react-infinite-scroll-demo
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/react-infinite-scroll-demo
- Owner: asasmith
- Created: 2024-05-09T20:11:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:26:35.000Z (6 months ago)
- Last Synced: 2024-11-06T00:16:06.380Z (2 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Infinite Scroll Demo
In a recent interview I was given a coding challenge to create an infinite scroll with a generated list of words. I did not do well in the interview so this is me trying to solve it while streaming on my twitch stream [average_dev_asa](https://twitch.tv/average_dev_asa)I've tried to recreate the boiler plate as much as I could from memory. The (ongoing) solution can be found on the solution branch.
## Running locally
- `pnpm install`
- `pnpm run dev`