Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 725 Bytes

File metadata and controls

22 lines (14 loc) · 725 Bytes

Multi-Accordion Progress Normalizer

Multi-accordion progress bar using normalized sum

Javascript Style Guide

image

To-do

  • Implement global state for shared properties
  • Replace explicit DOM usage with JSX logic
  • Apply styled-components to modularize CSS
  • Implement lazy loading for the checkbox list
  • Save data temporally in local storage

Running the Project

To get started, fork the repository, clone it, and then run the following commands:

npm install
npm run start