-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |