{"id":14956653,"url":"https://github.com/jabedalimollah/notebook","last_synced_at":"2025-10-24T10:30:52.229Z","repository":{"id":246941093,"uuid":"822536307","full_name":"jabedalimollah/notebook","owner":"jabedalimollah","description":"This is my notebook project and I am creating it using MERN stack","archived":false,"fork":false,"pushed_at":"2024-08-24T18:14:32.000Z","size":9668,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T09:44:52.309Z","etag":null,"topics":["axios","cors","css3","expressjs","javascript","jsonwebtoken","mongodb-database","mongoose","node","nodejs","react-icons","react-router","react-router-dom","reactjs","shadcn-ui","tailwindcss","zod-validation"],"latest_commit_sha":null,"homepage":"https://notebook7.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jabedalimollah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T10:30:12.000Z","updated_at":"2025-01-24T18:24:59.000Z","dependencies_parsed_at":"2024-08-04T06:27:00.904Z","dependency_job_id":"d01ea8ec-0120-4f3a-a099-02f9220d9148","html_url":"https://github.com/jabedalimollah/notebook","commit_stats":null,"previous_names":["jabedalimollah/notebook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedalimollah%2Fnotebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedalimollah%2Fnotebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedalimollah%2Fnotebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedalimollah%2Fnotebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabedalimollah","download_url":"https://codeload.github.com/jabedalimollah/notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950780,"owners_count":19392666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","cors","css3","expressjs","javascript","jsonwebtoken","mongodb-database","mongoose","node","nodejs","react-icons","react-router","react-router-dom","reactjs","shadcn-ui","tailwindcss","zod-validation"],"created_at":"2024-09-24T13:13:17.533Z","updated_at":"2025-10-24T10:30:50.231Z","avatar_url":"https://github.com/jabedalimollah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📓 Notebook - Secure Note-Taking Platform\n\nNotebook is a secure, full-featured note-taking platform built with the MERN stack. It offers robust features for managing, securing, and organizing your notes, making it an ideal tool for both personal and professional use.\n\n\n## 🔗 Live Demo\n\nCheck out the live demo of the Notebook project [here](https://notebook7.netlify.app/).\n\n\n## 🚀 Features\n\n- Secure User Authentication: Register and login with secure authentication to protect your notes.\n- Note Management: Easily create, update, and delete notes.\n- Export Options: Export your notes as PDF or TXT files for sharing or backup.\n- Clipboard Copy: Copy notes directly to your clipboard with a single click.\n- File Import: Import notes seamlessly from TXT files.\n- Advanced Search \u0026 Sorting: Quickly find and organize notes with powerful search and sorting tools.\n- Checklist Functionality: Create and manage tasks within your notes using checklists.\n\n\n## 🛠️ Technologies Used\n\n**Client:** React, Redux, TailwindCSS, Axios\n\n**Server:** Node, Express\n\n**Database:** MongoDB\n\n\n## 🖥️ Installation\n\n### Prerequisites\n- Node.js and npm installed on your machine.\n- MongoDB installed and running locally or have access to a MongoDB Atlas cluster.\n\n\n### Clone the Repository\n```bash\n git clone https://github.com/jabedalimollah/notebook.git\n cd notebook\n```\n### Backend Setup\n- Navigate to the backend directory:\n\n    ```bash\n    cd backend\n    ```\n- Install the required dependencies:\n    ```bash\n    npm install\n    ```\n- Create a .env file in the backend directory and add your environment variables:\n    ```bash\n    MONGO_URI=\u003cyour_mongo_db_connection_string\u003e\n    JWT_SECRET=\u003cyour_jwt_secret_key\u003e\n    PORT=5000\n    DB_NAME=\u003cyour_database_name\u003e\n    CORS_ORIGIN=\u003ccors_origin\u003e\n    ```\n- Start the backend server\n    ```bash\n    npm run dev\n    ```\n\n### Frontend Setup\n- Navigate to the frontend directory:\n\n    ```bash\n    cd frontend\n    ```\n- Install the required dependencies:\n\n    ```bash\n    npm install\n    ```\n- Create a .env file in the frontend directory and add your environment variables:\n    ```bash\n    VITE_APP_CONTACT_URL=\u003ccontact form url\u003e\n    VITE_APP_API_KEY=http://localhost:5000/api\n    ```\n- Start the frontend development server:\n    ```bash\n    npm run dev\n    ```\n\n### Running the Application\n- Ensure both the frontend and backend servers are running.\n- Open your browser and navigate to http://localhost:5173.\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n### Frontend\n\n`VITE_APP_CONTACT_URL`\n\n`VITE_APP_API_KEY`\n\n### Backend\n\n`PORT`\n\n`MONGODB_URI`\n\n`DB_NAME`\n\n`JWT_SECRET_KEY`\n\n`CORS_ORIGIN`\n\n\n![Logo](https://github.com/jabedalimollah/notebook/blob/d2eb6e6e0c363afdf0d4aa2ac688d296af7f3a9a/frontend/public/notebook.png?raw=true)\n\n\n## Screenshots\n\n![App Screenshot](https://media.licdn.com/dms/image/v2/D5622AQEb7iH27v0FZA/feedshare-shrink_800/feedshare-shrink_800/0/1723743354251?e=2147483647\u0026v=beta\u0026t=fWQgzRzGRMW2KoqFS6o6ShwLNuD3ZZmVzGF7-aGfRKc)\n\n![App Screenshot](https://media.licdn.com/dms/image/v2/D5622AQHipsjZyfty6w/feedshare-shrink_800/feedshare-shrink_800/0/1723743350107?e=2147483647\u0026v=beta\u0026t=Zfp0AeVH0It7jp5bvbkeSUh49awq5IgYDbgj_G4Wi00)\n\n![App Screenshot](https://media.licdn.com/dms/image/v2/D5622AQFlv6Wcn9HQoA/feedshare-shrink_800/feedshare-shrink_800/0/1723743357484?e=2147483647\u0026v=beta\u0026t=Xv9HzG0u3SMjGjWjjITRJ3vQWQNe_EsXYvexlUp5dO0)\n\n\n\n\n## 📧 Contact\n\n- Email: jabedalimollah7@gmail.com\n- LinkedIn: [Jabed Ali Mollah](https://www.linkedin.com/in/jabedalimollah)\n- GitHub: [Jabed Ali Mollah](https://github.com/jabedalimollah)\n\n#\n\nIf you find this project useful, don't forget to star the repository! ⭐\n\n#\n\n\n## 🔗 Links\n[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://jabedalimollah.netlify.app/)\n\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/jabedalimollah/)\n\n[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://x.com/JabedAliMollah7)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabedalimollah%2Fnotebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabedalimollah%2Fnotebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabedalimollah%2Fnotebook/lists"}