Usman Sabuwala
Usman Sabuwala
Whenever I run `npx tsconfig.json`, it opens a `tsconfig.json` file in `C:\Users\\AppData\Local\npm-cache\_npx\bb22b66c4c94b5c9\node_modules\.bin\tsconfig.json` on Windows. How can I make it work? 
I am loving this theme TBH 💜. But the only thing I find lacking in this theme is the `const` don't have a different colour than the `let` and `var`....
I am personally loving this theme because it fits my needs. The design, colours, animation everything is perfect but for some reason on Ubuntu 22.04, the dock menu icon is...
# 1) Updated the dead link for the second product.  # 2) Made the remove button in the cart page look better Before:  After: Added a hover effect:...
Hi there! I cloned the repo and when I ran `npm run dev`, I got this error by ESLint. **I am on Windows and @crisgon uses Linux. The issue is...
## Migrate from Create React App to Vite [Vite](https://vitejs.dev) is a great alternative to Create React App. It makes the development workflow a lot faster than CRA. This PR converts...
On Windows, the given command in the docs to push schema to planetscale doesn't work with **powershell** So I added an instruction to use only **command prompt** and with the...
[Vite](https://vitejs.dev) is the best way to build a React app these days. Unlike CRA, it doesn't use Webpack which makes things way better. The developer experience will increase a llot...
## Files Containing `any` - [`types.d.ts`](https://github.com/max-programming/max-todos/blob/fbcd657602eeb6d3b0bc3490c3f3d11efd282975/src/types.d.ts) - [`PersistentDrawerLeft.tsx`](https://github.com/max-programming/max-todos/blob/fbcd657602eeb6d3b0bc3490c3f3d11efd282975/src/components/PersistentDrawerLeft.tsx) - [`ActionsMenu.tsx`](https://github.com/max-programming/max-todos/blob/fbcd657602eeb6d3b0bc3490c3f3d11efd282975/src/components/Actions/ActionsMenu.tsx) - [`Todo.tsx`](https://github.com/max-programming/max-todos/blob/fbcd657602eeb6d3b0bc3490c3f3d11efd282975/src/components/Todos/Todo.tsx)
When audited the page using Lighthouse, there are some improvements that needs to be done. Need to fix those to make it better and performant 