{"id":24698521,"url":"https://github.com/dima1234566/jiraboard-front-","last_synced_at":"2026-02-17T08:37:34.998Z","repository":{"id":270969035,"uuid":"903028775","full_name":"Dima1234566/jiraBoard-front-","owner":"Dima1234566","description":"Daily boards with boards for your daily tasks (front)","archived":false,"fork":false,"pushed_at":"2025-01-25T15:42:21.000Z","size":183,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:22:38.550Z","etag":null,"topics":["auth0","axios","material-ui","nextjs","react","reactdnd","tsx"],"latest_commit_sha":null,"homepage":"https://taskboard-navy.vercel.app","language":"TypeScript","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/Dima1234566.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-13T19:21:35.000Z","updated_at":"2025-01-25T15:42:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"522442cf-ea57-4c3f-8c7f-3ce07047ba97","html_url":"https://github.com/Dima1234566/jiraBoard-front-","commit_stats":null,"previous_names":["dima1234566/jiraboard-front-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dima1234566%2FjiraBoard-front-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dima1234566%2FjiraBoard-front-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dima1234566%2FjiraBoard-front-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dima1234566%2FjiraBoard-front-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dima1234566","download_url":"https://codeload.github.com/Dima1234566/jiraBoard-front-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235801792,"owners_count":19047126,"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":["auth0","axios","material-ui","nextjs","react","reactdnd","tsx"],"created_at":"2025-01-27T04:29:12.819Z","updated_at":"2025-10-09T06:30:49.111Z","avatar_url":"https://github.com/Dima1234566.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n# Frontend Application\n\nThis is the frontend part of the application, built with **Next.js** and **React**. It uses **Material-UI** for UI components and supports drag-and-drop functionality via **React DnD**.\n\n## **Technologies Used**\n\n### **Core Frameworks**\n- [Next.js](https://nextjs.org/) - React framework for server-side rendering and static site generation.\n- [React](https://reactjs.org/) - Library for building user interfaces.\n\n### **UI and Styling**\n- [MUI (Material-UI)](https://mui.com/) - Component library based on Material Design.\n  - [@mui/material](https://mui.com/material-ui/getting-started/overview/) - Core Material-UI components.\n  - [@mui/icons-material](https://mui.com/material-ui/material-icons/) - Material Design icons.\n  - [@emotion/react](https://emotion.sh/docs/introduction) - CSS-in-JS library.\n  - [@emotion/styled](https://emotion.sh/docs/styled) - Styled components.\n\n### **API Integration**\n- [Axios](https://axios-http.com/) - Promise-based HTTP client for making API requests.\n\n### **Drag-and-Drop**\n- [React DnD](https://react-dnd.github.io/react-dnd/about) - API for drag-and-drop functionality.\n- [React DnD HTML5 Backend](https://react-dnd.github.io/react-dnd/docs/backends/html5) - HTML5 backend for drag-and-drop.\n\n### **Additional Libraries**\n- [React Content Loader](https://github.com/danilowoz/react-content-loader) - Skeleton loaders for better user experience.\n\n### **Routing**\n- [React Router DOM](https://reactrouter.com/) - Library for routing in React applications.\n\n### **Development Tools**\n- [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript.\n- [ESLint](https://eslint.org/) - JavaScript/TypeScript linter.\n- [ESLint Config for Next.js](https://nextjs.org/docs/basic-features/eslint) - Preconfigured ESLint rules for Next.js.\n\n## **Setup and Installation**\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-repo/app_front.git\n   cd app_front\n   ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Run the development server:\n    ```bash\n    npm run dev\n    ```\n\n4. Build for production:\n    ```bash\n    npm run build\n    ```\n\n5. Start the production server:\n    ```bash\n    npm start\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdima1234566%2Fjiraboard-front-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdima1234566%2Fjiraboard-front-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdima1234566%2Fjiraboard-front-/lists"}