- Create a new React app using Create React App.
- Install required dependencies.
- Set up basic project structure with Tasks, TaskList, and TaskSearch components.
- Use axios to interact with HarperDB API for CRUD operations.
- Create API endpoints in HarperDB Custom Functions for task operations.
- Deploy and host static web UI with endpoint URLs.
- Implement custom validation using JWT in Custom Functions helpers.
- Restart Custom Functions server for changes to take effect.