React Vite Client UI: quick Todo app proof of concept
· 11 min read
This sixth iteration of the cloud-native project, https://github.com/dfberry/cloud-native-todo, added the client UI to the monorepo.
- Use Vite React to create basic project structure.
- Add React page and components for Todo: form, list, item.
- Add Tests for components.
- Add API integration.
Reminder: A quick reminder that this project is using an in-memory DB at this point in the API. Each step of the way is meant to bootstrap the next step for speed instead of complete build out. This step is focusing on a bare-bones UI that interacts with the API.