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.
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/.
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.
- 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
Client: React, Typescript, TailwindCSS