Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.49 KB

File metadata and controls

41 lines (30 loc) · 1.49 KB

TextDrive - Landing Page

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.

Live Demo

🚀 About The Project

This is a simple, responsive, and lightweight landing page built with Flask to promote the TextDrive app.

Key Features:

  • 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.

🏁 Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Python 3.x
  • pip

Installation & Running

  1. Clone the repository:
    git clone <your-repo-url>
  2. Navigate into the project directory and install the required Python packages:
    pip install -r requirements.txt
  3. Run the Flask development server:
    python main.py
  4. Open your browser and navigate to http://127.0.0.1:5000 to see the site.