mdwiltfong / secret-santa

https://codecademy-secret-santa-2.fly.dev/
3 stars 6 forks source link

Redux Implmentation with Smoke Tests #20

Open mdwiltfong opened 11 months ago

mdwiltfong commented 11 months ago

In order to kick off the use of Redux, we need a simple implementation of it with simple smoke tests. The redux logic can be located in /client/redux while the redux smoke tests can be added to /client/tests.

freddieb77 commented 11 months ago

@mdwiltfong I will try to take this one. :)

mdwiltfong commented 10 months ago

Hey @freddieb77 !

Just saw this PR. Anything I can help with? Or is this ready for review?

freddieb77 commented 10 months ago

@mdwiltfong, I just get Redux setup and was going to setup the tests before I submitted the PR. So I messed that up a bit. So the only change is that it is installed. I will get the tests setup this week.