{"id":23263635,"url":"https://github.com/akash-nath29/inscribe","last_synced_at":"2026-05-09T09:51:45.605Z","repository":{"id":219160664,"uuid":"707696893","full_name":"Akash-nath29/Inscribe","owner":"Akash-nath29","description":"Notes and Task Manager Application made usign Flask","archived":false,"fork":false,"pushed_at":"2024-03-11T19:50:24.000Z","size":672,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:53:41.551Z","etag":null,"topics":["css","flask","html","notes-app","python","website"],"latest_commit_sha":null,"homepage":"https://inscribe-e4x9.onrender.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akash-nath29.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-10-20T13:09:10.000Z","updated_at":"2024-03-12T18:56:02.000Z","dependencies_parsed_at":"2024-03-11T19:52:58.294Z","dependency_job_id":null,"html_url":"https://github.com/Akash-nath29/Inscribe","commit_stats":null,"previous_names":["akash-nath29/inscribe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FInscribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FInscribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FInscribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FInscribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akash-nath29","download_url":"https://codeload.github.com/Akash-nath29/Inscribe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247442389,"owners_count":20939461,"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":["css","flask","html","notes-app","python","website"],"created_at":"2024-12-19T14:19:31.654Z","updated_at":"2026-05-09T09:51:45.540Z","avatar_url":"https://github.com/Akash-nath29.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eInscribe 📝\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues/Akash-nath29/Inscribe?style=for-the-badge\" alt=\"GitHub issues\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/forks/Akash-nath29/Inscribe?style=for-the-badge\" alt=\"GitHub forks\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/Akash-nath29/Inscribe?style=for-the-badge\" alt=\"GitHub stars\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/Akash-nath29/Inscribe?style=for-the-badge\" alt=\"GitHub license\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/Akash-nath29/Inscribe?style=for-the-badge\" alt=\"GitHub top language\" /\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cimg src=\"https://github.com/Akash-nath29/Inscribe/blob/main/static/img/demoImages/notesPage.png\" width=\"300\"\u003e --\u003e\n![Noes Page](https://github.com/Akash-nath29/Inscribe/blob/main/static/img/demoImages/notesPage.png)\n\n\u003cp align=\"center\"\u003eA vibrant online notes-taking application made with Flask and Flask-SQLAlchemy. Take notes, revisit them later, and organize your thoughts effortlessly!\u003c/p\u003e\n\n\u003c!-- Add a screenshot or GIF of your app if possible --\u003e\n\n## Disclaimer ⚠️\n\n- This project is under Development. Don't use it for professional purposes.\n\n## Features ✨\n\n- ✍️ Create, edit, and delete notes.\n- 📂 Organize your notes efficiently.\n- 🔄 Access and rewatch your notes anytime.\n- 💾 Persistent storage using Flask-SQLAlchemy.\n\n## Installation 🚀\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Akash-nath29/Inscribe.git\n   ```\n2. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. Run the app:\n   ```bash\n   python app.py\n   ```\n4. Open your web browser and go to `http://127.0.0.1:80` to access Inscribe.\n\n![Task Page](https://github.com/Akash-nath29/Inscribe/blob/main/static/img/demoImages/taskPage.png)\n\n## Contributing 🤝\n\n🎉 Contributions are welcome! Here's how you can get involved:\n\n1. Fork the repository.\n2. Create a new branch with a descriptive name:\n   ```bash\n   git checkout -b feature/my-feature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m 'Add new feature'\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature/my-feature\n   ```\n5. Create a Pull Request on GitHub.\n\nFor major changes, please open an issue first to discuss what you would like to change.\n\n## License 📝\n\nThis project is licensed under the [MIT License](https://github.com/Akash-nath29/Inscribe/blob/main/LICENSE).\n\n## Contact ☎️\n\n👤 **Akash Nath**\n- GitHub: [@Akash-nath29](https://github.com/Akash-nath29)\n- Email: [devakash@noteswallah.is-a.dev](devakash@noteswallah.is-a.dev)\n\nFeel free to reach out with any questions or feedback!\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eMade with ❤️ by Akash Nath\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Finscribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-nath29%2Finscribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Finscribe/lists"}