code100x / algorithmic-arena

91 stars 96 forks source link

Search bar and filter for problems #30

Open Ankur1493 opened 2 weeks ago

Ankur1493 commented 2 weeks ago

Search bar

Created a search bar to let user search the problems via titles dynamically image

Filter

Created a filter, by passing levels as query params, and displaying problems according to that, I could have created a provider and introduced a store, but I think this works great image

fixed #29

siinghd commented 2 weeks ago

I don't like this approach that much, can we do the search on server side? @Ankur1493