Side Project

Todo React

A port of the todo project built with react and with redux for state management
Todo react image

Watch the video

The porting of this project makes use of react and react redux. It showcases, my skill in implementing complex state management with redux, both local and remote. Making use of createAsyncThunks, modern redux toolkit, porting, the offline state functionality making use of localStorage and also syncing it with the api state when network becomes available using the ported syncLocalStorageToAPI class. It also keeps track and syncs the todo list reordering, makes use of an overlay component through a createPortal functionality. Overall, it was create working on the project, solidifying my redux skill

Website: todo_react

Github FE: todo_react

Github BE: todo_api