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

make Pagination for The Notes! #141

Closed elhussienalmasri closed 1 year ago

elhussienalmasri commented 1 year ago

Implement Pagination for notes it ,s useful when there is large numbers of notes, instead of
load these large numbers of notes in some times may be hundreds or more , Pagination allow to limit that , and this make application faster ,and also the user gets limit result instead of infinite scroll , and user can move between pages , so Pagination useful for many reasons.

elhussienalmasri commented 1 year ago

please assign this issue for me , I can work on it under GSSoC