An open API service indexing awesome lists of open source software.

https://github.com/joakimteixeira/progress-normalizer

Multi-accordion progress bar using normalized sum
https://github.com/joakimteixeira/progress-normalizer

absolute-imports airbnb-eslint api-consumption barrel-files css reactjs responsive-design typescript uuid

Last synced: about 2 months ago
JSON representation

Multi-accordion progress bar using normalized sum

Awesome Lists containing this project

README

        

# Multi-Accordion Progress Normalizer

Multi-accordion progress bar using normalized sum

[![Javascript Style Guide](https://badgen.net/badge/eslint/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)

![image](https://user-images.githubusercontent.com/12193814/159146779-068564b0-44ce-41e1-8996-5ef7845ab30b.png)

## To-do

- [x] 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