Fixes a whole bunch of bugs related to the API Calls and storing data from API calls in state.
Added a loading indicator that shows when we make a GET request.
Todos
[x] Better performance - The app is kind of slow, and sometimes does too many unnecessary API requests. For example, GET '/course' is called way too many times.
[ ] Test out audio
[ ] Populate a course with actual data and test that out
Status:
🚧
Description
GET
request.Todos
GET '/course'
is called way too many times.Screenshots