The context
A mini Python application built with Flask to create a word guessing game.
This project was an opportunity to explore Flask's fundamental concepts and improve my Python skills.
I also had the chance to think about game functionalities and user experience.
Discover some articles on what is at stake in this project :
What I learn :
- What I learned:
- How to design application architecture using Flask Blueprints module structure for scalability and flexibility
- Discovering Flask backend fundamentals: routing, controllers, request handling, and response management
- Using Tailwind CSS to style the frontend interface
- Improving Python programming skills and code organization
- Thinking about game functionalities and user interaction patterns
