npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@yingxuanli/kanban-mangement-component

v0.0.1-beta.28

Published

[![<ORG_NAME>](https://circleci.com/gh/YingxuanLi/kanban-management-component.svg?style=svg)](https://app.circleci.com/pipelines/github/YingxuanLi/kanban-management-component/67/workflows/b2a52520-6d91-4fb2-b02d-f53c68d4ec25/jobs/69/steps) This is a organ

Downloads

12

Readme

kanban-management-component storybook

The organized UI systems built by storybook in preparing for kanban-management-component project

<ORG_NAME> This is a organized UI systems to the Kanban task management web app challenge on Frontend Mentor.

Features

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Create, read, update, and delete boards and tasks
  • Receive form validations when trying to create/edit boards and tasks
  • Mark subtasks as complete and move tasks between columns
  • Hide/show the board sidebar
  • Toggle the theme between light/dark modes
  • Allow users to drag and drop tasks to change their status and re-order them in a column
  • Keep track of any changes, even after refreshing the browser (localStorage could be used for this if you're not building out a full-stack app)
  • Build this project as a full-stack application

Tech stack

this project uses a number of open source projects to work properly:

  • 📚 Storybook for UI component development and auto-generated docs
  • 👩‍🎤 Storybook theming | for component-scoped styling
  • ⚛️ React declarative component-centric UI

Maintaining the system

  • 📦 Yarn for packaging and distribution
  • ✅ Chromatic to prevent UI bugs in components (by Storybook maintainers)
  • 🚥 CircleCI Continuous integration

Authors