Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

Search feature : to search among the users todo #20

Closed 007xylogramori closed 1 year ago

007xylogramori commented 1 year ago

Is your feature request related to a problem? Please describe. a search feature can be implemented which will search among the todo

Describe the solution you'd like I would use array methods and hooks to filter the user's notes

if its okay with you I can start working to implement this feature as a part of GSSOC'23