color_app is a Flutter application designed to fetch color data from the API endpoint "https://www.csscolorsapi.com/api/colors". The app parses the JSON response and displays the colors on both mobile and web screens. Upon tapping any color, a bottom snackbar displays the clicked color's name and additional details.
- Fetches color data from a remote API.
- Parses JSON data for display.
- Responsive design for both mobile and web platforms.
- Interactive UI with tap functionality to show color details in a bottom snackbar.
- Clone the repository to your local machine.
- Run
flutter pub get
to install dependencies. - Use
flutter run
to start the application on your desired platform (mobile or web).
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.