This Flask-based web application serves as a platform for deploying a multi-page website. It dynamically renders HTML pages, enabling easy navigation across the site. The application includes a contact form, allowing users to submit their information, which is then stored in both text and CSV formats for efficient data management.
- Dynamic rendering of HTML pages.
- Contact form for user data submission.
- Data storage in both text and CSV formats.
- Easy navigation and user-friendly interface.
- Clone this repository.
- Navigate to the project directory and install Flask: pip3 install flask
- Run the application: flask --app server.py run --debug
- Access the website at http://localhost:5000.
- Python 3.x
- Flask
Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.