Simple todo app

About

This project demonstrates setup of Storybook controls with Webpack 5 and React along with different use cases. The application is heavily inspired by todomvc.

It is a companion project for my LogRocket article about Storybook controls.

Setup and Usage

Install dependencies and run demo application on http://localhost:3000

$ npm i
$ npm run dev

Open Storybook on http://localhost:6006

$ npm run storybook