Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 74 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,79 @@
# Furniture_UI
# Furniture App UI

Screen design of a Furniture app using Flutter.
A beautiful and modern furniture app UI implementation using Flutter. This project showcases a clean and intuitive interface for browsing furniture items, featuring custom animations, elegant design elements, and a responsive layout.

Design credit - https://dribbble.com/shots/5601479-Furniture-app/attachments/1210953
## Features

How do I code this - https://youtu.be/ZtPe6Zu6BA4
- Modern and clean user interface
- Custom-designed header with profile section
- Intelligent search functionality
- Category-based furniture browsing
- Custom fonts integration (Quicksand family)
- Responsive layout design
- Beautiful color schemes and gradients
- Asset optimization for furniture images

Screenshots
## Screenshots

![screenshot_20181203-232850](https://user-images.githubusercontent.com/8137504/49392298-09e33980-f754-11e8-9fc2-7cd12b62e604.png)
![App Screenshot](https://user-images.githubusercontent.com/8137504/49392298-09e33980-f754-11e8-9fc2-7cd12b62e604.png)

## Getting Started

### Prerequisites

- Flutter SDK (>=2.0.0)
- Dart SDK (>=2.0.0)
- Android Studio / VS Code

### Installation

1. Clone the repository
```bash
git clone https://github.com/yourusername/furniture_ui.git
```

2. Navigate to project directory
```bash
cd furniture_ui
```

3. Install dependencies
```bash
flutter pub get
```

4. Run the app
```bash
flutter run
```

## Project Structure

```
├── assets/ # Contains all images and fonts
├── lib/ # Source code
│ └── main.dart # Entry point of the application
├── pubspec.yaml # Project dependencies and assets
└── test/ # Test files
```

## Dependencies

- flutter_sdk
- cupertino_icons: ^0.1.2

## Design Credit

Original design inspiration from [Dribbble](https://dribbble.com/shots/5601479-Furniture-app/attachments/1210953)

## Video Tutorial

Learn how to build this UI: [YouTube Tutorial](https://youtu.be/ZtPe6Zu6BA4)

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is open source and available under the [MIT License](LICENSE).