Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.46 KB

README.md

File metadata and controls

77 lines (52 loc) · 2.46 KB

QuickStrike Color Picker

A simple web application that allows users to preview colors fetched from an API.

Table of Contents

Demo

Netlify Status

You can access the live demo of the "QuickStrike Color Picker" application here: Live Demo

Features

  • Display a list of colors fetched from the Colors API.
  • Allow users to preview colors and view their details.
  • Dynamic background and text color adjustment for readability.
  • Error handling for failed API requests.
  • Modular code structure using React components.
  • Responsive design for various screen sizes.
  • Code linting and formatting using ESLint and Prettier for code quality and consistency.

Technologies Used

React Vite Tailwind CSS Axios

Installation

To run the "QuickStrike Color Picker" application locally, follow these steps:

Step 1: Clone the Repository

Clone this repository to your local machine using Git:

git clone https://github.com/bkpecho/quickstrike-color-picker.git

Step 2: Navigate to the Project Directory

Navigate to the project directory using the cd command:

cd quickstrike-color-picker

Step 3: Install Dependencies

Install the required dependencies for the application using npm:

npm install

Step 4: Start the Development Server

Start the development server to run the application:

npm run dev

That's it! You've successfully installed and run the "QuickStrike Color Picker" application locally.

License

This project is licensed under the MIT License.