Now that the backend is taking shape, I decided to work on the frontend part of the project. This wasn’t as hard as the backend part, as the visuals were already planned out on Figma. However, I still had to find out how to make the components all connected to the backend.

I just created the first few screens, like the first welcome screen, with buttons that lead to other screens using react native router. Below is part of the code for the welcome screen (the rest is styling).

Of course, there is still a whole lot more to work on, but I’m proud that I’m one step closer to finishing this project. After I work on the frontend a bit more, I think I’ll try to create push notifications.