hcp-uw / syntext

website for practicing your typing
5 stars 0 forks source link

Frontend user state management with redux (plus a sign up page) #64

Closed elimelt closed 1 year ago

elimelt commented 1 year ago

Wrote some basic redux actions and reducers to manage both the general global state of our app, as well as the user state in particular. Also integrated and styled (AKA stole @sriyabulusu's work) the CreateAccount component.