toplevel README

This commit is contained in:
Joost Agterhoek 2025-07-17 21:33:01 +02:00
parent 500897bb2f
commit 80defe6fbe

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# 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