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

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.

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.