NoteNest is a versatile note-taking application that allows users to perform CRUD (Create, Read, Update, Delete) operations on their notes. With features like login, signup, addnote, deletenote, editnote, pin note, and search note, NoteNest provides a seamless and intuitive user experience for managing and organizing personal notes.
User Authentication
NoteNest ensures the security of user data by providing a robust login and signup system. Users can create an account with a unique username and password, which will grant them access to their personalized note-taking space.
- Add Note
Users can create new notes by simply clicking the "Add Note" button. This feature allows users to quickly jot down ideas, reminders, or any other important information they need to remember.
- Delete Note
In NoteNest, users have the ability to delete their notes when they no longer find them relevant. By selecting the note they wish to remove, users can simply click the "Delete" button to permanently remove the note from their collection.
- Edit Note
NoteNest provides users with the flexibility to edit their notes whenever necessary. By selecting the note they want to modify, users can make changes to the content, title, or any other details associated with the note.
- Pin Note
Users can prioritize specific notes by pinning them to the top of their note list. This feature allows users to easily access important or frequently referenced notes.
- Search Note
NoteNest makes it effortless for users to find specific notes by implementing a search functionality. Users can enter keywords or phrases related to the note they are looking for, and NoteNest will display the matching results, making it quick and convenient to locate specific information.
You can preview the Note App by visiting Note App Preview.
To run NoteNest locally on your machine, follow these steps:
- Clone the repository:
https://github.com/gduke-k/NoteNest.git
- Navigate to the project directory:
cd NoteNest
- Install the required dependencies:
npm install
- Start the development server:
npm start
Login
Signup
Main
We welcome contributions from anyone interested in improving NoteNest. If you have any suggestions, bug reports, or feature requests, please open an issue on our GitHub repository. Additionally, if you'd like to contribute directly to the project, feel free to submit a pull request.
For any inquiries or questions regarding NoteNest, please contact us at Gmail.
Thank you for choosing NoteNest! Happy note-taking!