DEV Community

Cover image for Introducing PicRanker: Your Ultimate Image Categorization and Management App.πŸš€
Dharmendra Kumar
Dharmendra Kumar

Posted on

Introducing PicRanker: Your Ultimate Image Categorization and Management App.πŸš€

Are you tired of manually sorting through your images, trying to decide which ones are worth keeping and which ones should be trashed? Look no further! We are excited to introduce PicRanker, a user-friendly app designed to streamline the process of categorizing and managing your images with ease.

What is PicRanker?

PicRanker is an intuitive application that allows users to upload images and categorize them using a simple drag and drop interface. Whether you have a collection of photos from your latest vacation or a set of product images for your online store, PicRanker helps you keep everything organized. You can easily classify your images into four categories: Average, Good, Trash, or Bad. Plus, PicRanker now features both light and dark modes to enhance your viewing experience..

Demo Image

PicRanker Demo

Git repository Link Here

Check out our demo to see PicRanker in action:

Key Features

  • Add Images: Easily upload your images to the app with a click of a button or simply drag and drop them.
  • Categorize Images: Effortlessly drag and drop images into the desired categories: Average, Good, Trash, or Bad.
  • Drop Images: Quickly remove images by dragging them out of the category areas or using the provided delete option.
  • Light and Dark Mode: Switch between light and dark modes to suit your preference and reduce eye strain.

Technologies Used

PicRanker is built using the following technologies:

  • Vanilla JavaScript: Provides the core functionality and interactivity of the app.
  • Tailwind CSS: Ensures a sleek and modern user interface.
  • HTML: Forms the structural foundation of the app.

Getting Started

Ready to give PicRanker a try? Follow these simple steps to get started:

Prerequisites

Before you begin, make sure you have the following software installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/dharam-gfx/PicRanker.git
    
  2. Navigate to the project directory:

    cd picranker
    

Running the App

  1. Open the project in your preferred code editor.
  2. Open index.html in your web browser to see the app in action.

Usage

PicRanker is designed to be straightforward and easy to use:

  1. Add Images: Click on the "Add Image" button or drag and drop images directly into the app.
  2. Categorize: Drag and drop images into the desired category area: Average, Good, Trash, Bad.
  3. Drop Image: To remove an image, drag it out of the category areas or use the provided delete option.

Contributing

We welcome contributions to PicRanker! If you have ideas for new features or improvements, here’s how you can contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

Please make sure to update tests as appropriate.

Contact

If you have any questions or suggestions, feel free to open an issue on our GitHub repository or contact us at [dharamgfx@example.com].


PicRanker is here to simplify the way you manage and categorize your images. Try it out today and experience the convenience of having a well-organized photo collection at your fingertips!


Feel free to modify and enhance this blog post to suit your needs.

Top comments (0)