Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12 Tasks Status Chart #13

Merged
merged 8 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading