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
- Host: GitHub
- URL: https://github.com/joakimteixeira/progress-normalizer
- Owner: JoakimTeixeira
- Created: 2022-03-13T23:23:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T20:22:25.000Z (2 months ago)
- Last Synced: 2025-03-21T21:25:09.918Z (2 months ago)
- Topics: absolute-imports, airbnb-eslint, api-consumption, barrel-files, css, reactjs, responsive-design, typescript, uuid
- Language: TypeScript
- Homepage: https://joakimteixeira.github.io/progress-bar/
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Accordion Progress Normalizer
Multi-accordion progress bar using normalized sum
[](https://github.com/airbnb/javascript)

## 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