From d2808a00c3c500964421bf2b770081b211d30d24 Mon Sep 17 00:00:00 2001 From: Kit Loong Date: Tue, 14 May 2024 22:32:39 +0800 Subject: [PATCH] Update README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 936ef5c..8b0bd1b 100755 --- a/README.md +++ b/README.md @@ -72,21 +72,6 @@ To learn more about Next.js, take a look at the following resources: You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! -## Installed Packages - -1. [Axios](https://github.com/axios/axios) -2. [React-bootstrap](https://react-bootstrap.github.io/) -3. [react-fontawesome](https://fontawesome.com/docs/web/use-with/react/) - 1. https://fontawesome.com/docs/web/use-with/react/use-with#next-js - 2. https://fontawesome.com/docs/web/use-with/react/add-icons#dynamic-icon-importing -4. [SWR](https://swr.vercel.app/) -5. [Eslint](https://eslint.org/) - 1. https://github.com/typescript-eslint/typescript-eslint - 2. https://github.com/jsx-eslint/eslint-plugin-react - 3. https://reactjs.org/docs/hooks-rules.html#eslint-plugin - 4. https://www.npmjs.com/package/eslint-config-airbnb - 5. https://www.npmjs.com/package/eslint-config-airbnb-typescript - ## Reference 1. https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/function_components/