This repository contains the source code for the official landing page for the TextDrive Android application. The purpose of this site is to provide information about the app and a direct link to download it from the Google Play Store.
This is a simple, responsive, and lightweight landing page built with Flask to promote the TextDrive app.
- Flask Backend: A minimal Python backend to serve the page and assets.
- Responsive Design: Looks great on both desktop and mobile devices.
- Animated Background: A subtle particle animation using Three.js.
- SEO Optimized: Includes meta tags for better search engine visibility.
- Android App Integration: Configured with Digital Asset Links for a seamless connection to the Android app.
To get a local copy up and running, follow these simple steps.
- Python 3.x
- pip
- Clone the repository:
git clone <your-repo-url>
- Navigate into the project directory and install the required Python packages:
pip install -r requirements.txt
- Run the Flask development server:
python main.py
- Open your browser and navigate to
http://127.0.0.1:5000to see the site.