Skip to content

Commit

Permalink
added LIBS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vilnor committed Jun 2, 2024
1 parent 0d91b38 commit c38f0a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LIBS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Libraries

## Frontend
- [Tailwind CSS](https://tailwindcss.com/docs) - styling library
- [Next.js](https://nextjs.org/docs) - react web application framework
- [Auth0](https://auth0.com/docs) - authentication provider
- [Tabler Icons](https://tablericons.com) - icon pack
- [Tailwind UI](https://tailwindui.com/components) - tailwind components
- [Headless UI](https://headlessui.dev) - tailwind components
- [Framer Motion](https://www.framer.com/docs/) - animation library
- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) - state management library
- [React Hook Form](https://react-hook-form.com/get-started) - form library
- [SWR](https://swr.vercel.app) - data fetching library
- [UUID](https://www.npmjs.com/package/uuid) - unique id generator

## Backend
- [Express](https://expressjs.com/en/5x/api.html) - web application framework
- [TypeORM](https://typeorm.io/#/) - ORM library
- [Multer](https://www.npmjs.com/package/multer) - file upload library
- [AWS SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest) - AWS SDK
- [UUID](https://www.npmjs.com/package/uuid) - unique id generator

0 comments on commit c38f0a6

Please sign in to comment.