An open API service indexing awesome lists of open source software.

https://github.com/mijan2001/landing-page


https://github.com/mijan2001/landing-page

firebase reactjs tailwindcss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Landing Page UI - Modern React19 Tailwindcss v4

A modern, responsive landing page built with React, Tailwind CSS, and Vite. This project demonstrates a professional UI implementation with features like dynamic navigation, dropdown menus, and mobile responsiveness.

![FronPage](/src/assets/frontpage.png)
![Navbar](/src/assets/navbar.png)

## Features

- 🚀 Built with React 19 and Vite for lightning-fast development
- 🎨 Styled with Tailwind CSS for modern, responsive design
- 📱 Fully responsive navigation with mobile menu support
- 🔽 Interactive dropdown menus
- ⚡ Optimized performance
- 🛠️ Modern development tooling (ESLint, TypeScript support)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Mijan2001/landing-page.git
```

2. Install dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm run dev
```

## Project Structure

```bash
Landing Page/
├── public/
├── src/
├── .gitignore
├── package.json
├── README.md
└── tailwind.config.js
```

## Contributing

1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Create a pull request.