Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Jan 7, 2025
1 parent 1115ca2 commit b1ff197
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ The goal of this project is to provide a React with TypeScript starter applicati
- Platform: [React](https://react.dev/) with [TypeScript](https://www.typescriptlang.org/)
- Component Library: [Comet Component Library](https://github.com/MetroStar/comet)
- Data Visualization: [Victory Charts](https://formidable.com/open-source/victory/)
- State Management: [Jotai](https://jotai.org/)
- Global State Management: [Jotai](https://jotai.org/)
- Asynchronous State Management: [Tanstack Query](https://tanstack.com/query/v3/)
- API Support: [Axios](https://axios-http.com/)
- Form Validation: [React Hook Form](https://react-hook-form.com/)
- Unit Testing: [Vitest](https://vitest.dev/) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- Code Analysis: [ESLint](https://eslint.org/)
- Code Formatting: [Prettier](https://prettier.io/)
- End-to-End (E2E) Testing: [Playwright](https://playwright.dev/)
- Accessibility Testing: [Unlighthouse](https://unlighthouse.dev/)
- API Support: [Axios](https://axios-http.com/) with [Tanstack Query](https://tanstack.com/query/v3/)
- API Testing: [Jupyter Notebooks](https://jupyter.org/)
- Authentication Support: [Keycloak](https://www.keycloak.org/)

Expand Down

0 comments on commit b1ff197

Please sign in to comment.