Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.11 KB

Nutrition App

This repository is used as an exercise for the neuefische bootcamp cgn-web-21-4. The task is to get comfortable with Component Driven Development using Storybook for HTML and CSS/SCSS.

All components are based on this Figma Community design. Thanks to @salman for creating and sharing this UI Kit

Getting Started

  • Install dependencies with npm install.
  • Run Storybook with npm run storybook.

Tests

This repository validates your HTML, CSS/SCSS and JS code with HTMLHint, stylelint and ESLint. You can call npm run test and/or install editor extensions.

VSCode extensions