Git Product home page Git Product logo

stacksorted's Introduction

Stack Sorted.

An open-source, open-to-contribution project that categorizes websites, not by general design or topic but by specific elements.

How to contribute

You can either contribute by improving the code or adding sites to the database.

Improving the code

If there's a feature you'd like to see, open an issue or send a pull request.

Adding a site

We add sites and categories mainly to database.js.

There are up to 5 properties you can specify for each site:

{
          name: "Site/Project/Design Name",
          url: "https://example.com",
          code: "link to code implementation of the design (if existing, preferrably on Codepen)",
          image: "/images/{category}-{number}.png",
          gif: "/images/{category}-{image-number}.gif",
},

Keep in mind

  1. The name, url, and image are mandatory. code is optional.
  2. You can add it if there is an existing implementation of the design on CodePen or similar sites. If you're making one yourself, you can add the link there too.
  3. You can add the images to public/images.
  4. There is a naming convention for images too: {category}-{number}.png The number follows the last existing image number. If you're adding the first site in a category, e.g., grainy, then it'd be grainy-1.png, followed by grainy-2.png, and so on.
  5. A GIF is added when it's helpful to show a preview animation of the element. It must have the same number as the image. This GIF will show in the modal only.

Thank you for checking the project out!

Stack Sorted. - Find Inspiration in Design Elements. | Product Hunt

stacksorted's People

Contributors

diksown avatar juxtopposed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.