Skip to content

risicoding/fylo

Repository files navigation

fylo

· Fylo landing page built with react and tailwind ·

vite-badge react-badge typescript-badge

DemoFeaturesTech stackInstallation

Demo

Check out the live demo of the Fylo landing page here.

Features

  • Responsive Design: Optimized for desktops, tablets, and mobile devices.
  • SEO Friendly: Implemented best practices to ensure search engine optimization.
  • Fast Loading: Built with Vite for fast development and optimized build times.
  • Clean and Modern UI: Designed with Tailwind CSS for a sleek and modern look.

Tech stack

  • Vite: Next Generation Frontend Tooling.
  • React: JavaScript library for building user interfaces.
  • Tailwind CSS: Utility-first CSS framework.
  • Vercel: Deployment and hosting platform.

Installation

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

  1. Clone the repository:
    git clone https://github.com/yourusername/fylo-landing-page.git
  2. Cd into it
    cd fylo
  3. Install dependencies
    pnpm install
  4. Run locally
    pnpm run dev