a simple diary and note pad/book in html and javascript
Diary App is a simple web application that allows you to store and organize your notes like a notebook.
- Note Storage: Save your thoughts, ideas, and important information securely.
- Tab Navigation: Easily switch between different categories or tabs for organizing your notes.
- User-Friendly Interface: Simple and intuitive interface for a pleasant user experience.
- HTML, CSS, JavaScript for frontend development
- Node.js, Express.js for backend development
- MongoDB for database storage
- Bootstrap for styling
To get started with Diary App:
- Clone the repository:
git clone https://github.com/cybruGhost/Simple-diary.git
- Navigate to the project directory:
cd simple-diary
- Install dependencies:
npm install
- Set up MongoDB database and configure the connection in the app.
- Start the server:
npm start
- Open your browser and go to
http://localhost:3000
to use the app.
The project folder structure is organized as follows:
- simple-diary folder