storybook
Streamlining UI Creation with Storybook

Live Website



Table of Contents
  1. About The Project
  2. How To Run Locally
  3. Key Features
  4. Tech Stack

🎙 About The Project

Description

  • This project, uses Storybook,a powerful UI development tool.
  • It contains three key components: buttons, inputs, and subscriptions.
  • The pre-built components and accompanying documentation make it easy to get started, while customization options allow one to tailor the components to their specific needs.

storybook


🤔 How To Run Locally

Clone the project

  git clone https://github.com/psankhe28/react-storybook-eg

Go to the project directory

  cd react-storybook-eg

Install dependencies

  npm install

Open it in the browser

  npm run storybook

🎖 Key Features

  • Dedicated environment for UI component testing and development.
  • It is user-friendly and straightforward to begin using.
  • Customizing the components is a simple process.

🧩 Components


⚙️ Built With

  • Storybook
  • React JS
  • HTML
  • CSS
  • JavaScript