Aakansha Doshi

Results 84 issues of Aakansha Doshi

## :bookmark_tabs: Summary Brief description about the content of your PR. Resolves # ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions you made if...

Currently, we don't save the custom input to local storage so its persisted on refresh

good first issue
playground

Since we have moved to Esbuild in @excalidraw/excalidraw so it would be better to move here as well for consistency and debug build related issues as well

build

By default `options.caseSensivite` will be `false` as it is right now, once the prop is true then we should show result depending on the matches respective case sensitivity

enhancement
good first issue

documentation
good first issue

Add in-memory caching to optimize the perf and enhance the search results.

performance

The CSS seems to be broken in vercel preview, it should be same as localhost playground Localhost Playground Vercel

good first issue

We want to support the **fuzzy** search for suggestions and for that, we can use a library Let's use [fuzzify](https://github.com/ad1992/fuzzify) to support fuzzy search for suggestions - dogfooding 📦 😀

good first issue

Currently, only an array of strings is accepted as a list. Let's allow an array of objects instead when initializing the fuzzify library. Additinally `keys` should be passed to `search`...

enhancement
hacktoberfest

Currently, we are using create-react-app for build process, for better maintainability and developer experience, lets move to [vite](https://vite.dev/)

good first issue