iNoteBook is an online notes storage app that allows you to store and access your notes from anywhere. You can use the app in two ways: by visiting our website or by downloading the repository and running it locally.
- Cloud Storage: Store your notes securely in the cloud.
- Access Anywhere: Access your notes from any device with an internet connection.
- User-Friendly Interface: Simple and intuitive interface for easy note-taking and management.
You have two options to use iNoteBook:
Visit our website: iNoteBook Online
Note: The app might take some time to load due to the free hosting platform. Please be patient.
Follow these steps to run the app locally:
- Node.js installed on your machine
-
Clone the repository:
git clone https://github.com/your-username/inotebook.git cd inotebook
-
Install dependencies:
npm install
-
Start the application:
npm run start
-
Open your browser and go to
http://localhost:3000
.
Note: If you encounter any issues with the MongoDB connection, ensure that your MongoDB server is running and the connection string in the code is correct.