Skip to content

Commit

Permalink
12 Tasks Status Chart (#13)
Browse files Browse the repository at this point in the history
* upgrade deps

* ignore storybook dir

* initial DonutChart

* TaskStatusDonutChart component

* use tailwind color references

* tests

* donutchart stories

* docs
  • Loading branch information
mwarman authored Jan 16, 2025
1 parent dc2dec0 commit 9917589
Show file tree
Hide file tree
Showing 12 changed files with 899 additions and 52 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The production technology stack includes:
- Lodash - utility functions
- DayJS - date and time utility functions
- TanStack React Table - advanced tables and datagrids
- Recharts - composable charting library for React

The development technology stack includes:

Expand Down Expand Up @@ -260,6 +261,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
- [Font Awesome][fontawesome]
- [React Spring][reactspring]
- [React i18next][reacti18next]
- [Recharts][recharts]
- [React Testing Library][testing-library]
- [Storybook][storybook]
- [GitHub Actions][ghactions]
Expand All @@ -280,3 +282,4 @@ This project uses GitHub Actions to perform DevOps automation activities such as
[reacti18next]: https://react.i18next.com/ 'React i18next'
[reactspring]: https://www.react-spring.dev/ 'React Spring'
[storybook]: https://storybook.js.org/ 'Storybook'
[recharts]: https://recharts.org/ 'Recharts'
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ export default tseslint.config(
{
// global ignores
// do not add any other keys to this object
ignores: ['coverage/', 'dist/'],
ignores: ['coverage/', 'dist/', 'storybook-static/'],
},
);
Loading

0 comments on commit 9917589

Please sign in to comment.