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

Improving the view notes section, adding time, adding starred context #107

Closed Kaushan-Dutta closed 1 year ago

Kaushan-Dutta commented 1 year ago

Is your feature request related to a problem? Please describe. Currently in the application their is no separate viewing section for each contexts of notes, by adding each context (i.e important section, todosection...) it will be easier for the user to find the notes. Currently each notes are having the specific date, adding time will make the application more genuine . Adding the starred context will make it available for the specific note to view at the top.

Describe the solution you'd like Adding the starred context will make it available for the specific note to view at the top. adding time will make the application more genuine . adding each context (i.e important section, todosection...) it will be easier for the user to find the notes.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.