react-flask/README.md

14 lines
611 B
Markdown
Raw Permalink Normal View History

2025-07-17 21:33:01 +02:00
# Learning (and combining) React and Flask
This will be a test repo to contain code from various online tutorials and explanations about React and combining React as a frontend with Flask serving the backend. Initially the repo could be quite messy, I hope to clean everything up to a single folder and app later on. I also intend to focus on React first and move on to React/Flask later.
## Goals
- [ ] Baby's first React single page application (SPA)
- [ ] Routing in React
- [ ] Handling forms
- [ ] Processing form input with the Flask backend
- [ ] Trying out UI frameworks for a modern look and feel