Skip to content

Commit

Permalink
docs: readme additions + usehooks lib added
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinatim committed May 15, 2024
1 parent ce59f8e commit 2ee8582
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Getting started with this Next.js template is straightforward. Follow these step
- [TailwindCSS](https://tailwindcss.com/) for styling
- Also exposes styles as global CSS variables and theme object
- [tailwindcss-animate](https://github.com/jamiebuilds/tailwindcss-animate) plugin for quick animations
- [tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) plugin for typography (prose - useful for rendering markdown)
- [tailwind-scrollbar](https://github.com/adoxography/tailwind-scrollbar) plugin for customizing scrollbars
- [Prettier](https://prettier.io/)
- [Organizing Imports](https://www.npmjs.com/package/prettier-plugin-organize-imports) enabled
- [Tailwind class sorting](https://www.npmjs.com/package/prettier-plugin-tailwindcss/v/0.0.0-insiders.d539a72) enabled
Expand Down Expand Up @@ -65,6 +67,8 @@ Getting started with this Next.js template is straightforward. Follow these step
- [zod](https://zod.dev/) for form validation
- [Zodios](https://www.zodios.org/docs/client) for external API calls with validation
- Github Actions for lint, typecheck, localizations checks and tests.
- [Utility hooks](https://usehooks.com/) for common tasks
- Custom `useScrollCallback` for efficient scroll event handling

## 📂 Project Structure

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@sentry/nextjs": "^7.105.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^4.36.1",
"@uidotdev/usehooks": "^2.4.1",
"@zodios/core": "^10.9.6",
"@zodios/react": "^10.4.5",
"axios": "^1.6.8",
Expand Down
14 changes: 14 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ee8582

Please sign in to comment.