https://github.com/mijan2001/landing-page
https://github.com/mijan2001/landing-page
firebase reactjs tailwindcss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mijan2001/landing-page
- Owner: Mijan2001
- Created: 2025-02-28T18:46:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:47:37.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:37:26.613Z (over 1 year ago)
- Topics: firebase, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://fantastic-toffee-c8a983.netlify.app/
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


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