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

feat: sort and filter #89

Closed Jyotipal29 closed 1 year ago

Jyotipal29 commented 1 year ago

I have created a Pull Request that introduces a sort and filter function #62 for the notes feature. This implementation allows users to sort their notes based on the date and filter them by tag. It's an important enhancement that improves the overall organization and usability of the application