- Set up FastAPI and Uvicorn for the backend.
- Configure HarperDB for the database.
- Implement CRUD endpoints in the backend.
- Create a React app for the frontend.
- Render dummy data in the frontend to test components.
- Make API calls to fetch data from the backend.
- Implement functions for adding, updating, and deleting notes.
- Set up a proxy URL to simplify API requests.
- Add styling and icons to the app.