{"id":22537472,"url":"https://github.com/rupak-25/minidocs","last_synced_at":"2026-04-20T03:07:42.724Z","repository":{"id":266813650,"uuid":"899444564","full_name":"Rupak-25/MINIDOCS","owner":"Rupak-25","description":"MINIDOCS is an ultra-responsive, modern documentation site built with React, Vite, and Tailwind CSS. Featuring Framer Motion's phenomenal drag feature, it redefines user interaction with a sleek, dynamic interface. Below given commands in readme page is the way you can checkout the final outcome of the project.","archived":false,"fork":false,"pushed_at":"2024-12-10T14:43:12.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:41:44.634Z","etag":null,"topics":["animation","basics","docs","drag-and-drop","framer-motion","framework","frontend","full-stack-web-development","html-css-javascript","javascriptlibrary","minidocs","reactjs","responsive-design","skills"],"latest_commit_sha":null,"homepage":"","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/Rupak-25.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-12-06T09:29:35.000Z","updated_at":"2024-12-10T14:43:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"25635dd7-37d6-4cd1-9741-e39eed6c605d","html_url":"https://github.com/Rupak-25/MINIDOCS","commit_stats":null,"previous_names":["rupak-25/minidocs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupak-25%2FMINIDOCS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupak-25%2FMINIDOCS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupak-25%2FMINIDOCS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rupak-25%2FMINIDOCS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rupak-25","download_url":"https://codeload.github.com/Rupak-25/MINIDOCS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984564,"owners_count":20704794,"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":["animation","basics","docs","drag-and-drop","framer-motion","framework","frontend","full-stack-web-development","html-css-javascript","javascriptlibrary","minidocs","reactjs","responsive-design","skills"],"created_at":"2024-12-07T11:07:01.288Z","updated_at":"2026-04-20T03:07:42.715Z","avatar_url":"https://github.com/Rupak-25.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e📝 MINIDOCS ✨\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cvideo src=\"https://github.com/user-attachments/assets/08f57751-8460-47b9-baa9-79d8fe3231e3\"\u003e\u003c/video\u003e\n\u003c/div\u003e\n\n---\n\n## 🚀 Features\n\n- 🎨 **Responsive design for various screen sizes**\n- ⚡ **Smooth drag functionality using Framer Motion**\n- 🌐 **Efficient performance with Vite**\n- 🤝 **Tailwind CSS for utility-first styling**\n- ✅ **Responsive layout adaptable to all devices**\n\n---\n\n## 🛠️ Tech Stack\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=black\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TailwindCSS-38B2AC?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Markdown-000000?style=for-the-badge\u0026logo=markdown\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React Markdown-15C213?style=for-the-badge\u0026logo=react\u0026logoColor=white\" /\u003e\n\u003c/div\u003e\n\n---\n\n## ⚙️ Prerequisites\n\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (v14.x or later)\n- [npm](https://www.npmjs.com/) (v6.x or later) or [Yarn](https://yarnpkg.com/)\n\n---\n\n## 🛠️ Installation\n\nClone the repository and set up locally:\n```bash\ngit clone https://github.com/Rupak-25/MINIDOCS.git\ncd MINIDOCS\ncd minidocs\n```\nInstall dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n---\n\n## 💻 Running the Project\n\nStart the development server:\n```bash\nnpm run dev\n```\nClick the localhost link in your terminal to play in the browser!\n\n---\n\n## 🏗️ Building for Production\n\nCreate an optimized production build:\n```bash\nnpm run build\n# or\nyarn build\n```\nThis command builds the project for production, ensuring the highest performance.\n\n---\n\n\n## 🤝 Contributing\n\nWe welcome your contributions!  \n- **Fork** the repository\n- **Create a new branch** for your feature or fix\n- **Submit a pull request**  \nPlease ensure your code follows project guidelines and style.\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\n\u003e _\"Documentation made effortless—MINIDOCS delivers clarity, speed, and a distraction-free reading experience.\"_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupak-25%2Fminidocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupak-25%2Fminidocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupak-25%2Fminidocs/lists"}