https://github.com/nwylynko/points-stack
A simple Reactjs challenge to put dots on a screen.
https://github.com/nwylynko/points-stack
react
Last synced: 2 months ago
JSON representation
A simple Reactjs challenge to put dots on a screen.
- Host: GitHub
- URL: https://github.com/nwylynko/points-stack
- Owner: NWylynko
- Created: 2022-11-10T16:37:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T16:48:03.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:45:06.585Z (4 months ago)
- Topics: react
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# points-stack
A simple Reactjs challenge to put dots on a screen.After watching https://www.youtube.com/watch?v=A0BmLYHLPZs felt inspired to give this a crack. For my implementation I used a stack and pointer, this makes for nice clean code. By just using a single array and then chopping off its head to get to currect state we don't have to do anything funky.