https://github.com/joakimteixeira/progress-bar
Enhanced progress bar using normalized sum for accordions
https://github.com/joakimteixeira/progress-bar
absolute-imports airbnb-eslint api-consumption barrel-files css reactjs responsive-design typescript uuid
Last synced: over 1 year ago
JSON representation
Enhanced progress bar using normalized sum for accordions
- Host: GitHub
- URL: https://github.com/joakimteixeira/progress-bar
- Owner: JoakimTeixeira
- Created: 2022-03-13T23:23:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:02:53.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:37:18.309Z (over 1 year 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: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progress Bar
Enhanced progress bar using normalized sum to handle multiple accordions
[](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
- [ ] Persist configurations in the database
- [ ] Create a backend for better data write performance
## Running the Project
To get started, fork the repository, clone it, and then run the following commands:
npm install
npm run start