Skip to content

Mazayw/tailwind_landing

Repository files navigation

A credit card service landing page

This is a demo of a landing page built with React, TypeScript, and Tailwind CSS. It features a responsive design that works well on both desktop and mobile devices.

About

Installation

To get started with this project, clone the repository and install the dependencies:

git clone https://github.com/Mazayw/tailwind_landing.git
cd tailwind_landing
npm install

Then, start the development server:

npm run dev

This will start the development server at http://localhost:5174/.

Deployment

To deploy this project run

  npm run build

This will create an optimized build of the app in the build directory. You can then deploy this build to a hosting provider of your choice.

Features

  • A responsive design that works well on desktop and mobile devices
  • Tailwind CSS classes for styling
  • React components built with TypeScript
  • Interactive elements
  • Responsive navigation menu that collapses into a hamburger menu on smaller screens

Tech Stack

Client: React, Typescript, TailwindCSS

External links

Demo

Figma Design

Authors