An expense tracker app. Just a basic CRUD api with django and react for user interface.
- CRUD
- Authentication
- Email confirmation
- Social Login
Client: React, ReactQuery, TailwindCSS, DaisyUI
Server: Django, DjangoRestFramework
State management was a pain in the ass before I learned how to use ReactQuery. I enjoyed deleting a lot of lines after refactoring my entire logic by using react-query for sever state management.
If you have any feedback, please reach out to me at ahnge226@gmail.com
Here is the related backend project.