iNotebook is a project developed using MERN stack that allows users to manage their notes. It provides a simple interface to add, edit, delete, and view notes.
-
Clone the repository: git clone https://github.com/your-username/your-project.git
-
Install the dependencies: npm install
-
Start the application: npm start
-
Open your browser and navigate to
http://localhost:3000
. -
Sign in using the provided credentials or create a new account.
-
Start adding, editing, and deleting notes.
- Add notes with title, description, and tags.
- Edit existing notes.
- Delete notes.
- View all notes.
- Search for specific notes.
- Authentication and authorization.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.