Making a simple app using React, Flask and MySQL
Making a simple app using React and Flask.
- This will be a simple site to host my recipes.
- It will have a react front-end, a flask back-end with a Sqlite(for now atleast) db.
- I will have to learn both react (from scratch) and flask (of which I do have a basic knowledge).
Front-End (made on 20211105 00:15:45, I don’t know what will actually happen)
Nav bar
- Home
- Recipes
- Skills
- What can I make page
- About
Home Page
- A nice header image.
- Display 5 (randomly) of each type of cards:
- skills (how to do stuff like dice onions, boil your pasta, etc.)
- recipes (actually making the stuff needed)
- Recipe cards:
- An image
- The name of the dish.