{"id":24579958,"url":"https://github.com/razor-eng/algomaster","last_synced_at":"2025-06-22T19:08:24.658Z","repository":{"id":270669667,"uuid":"911091846","full_name":"Razor-eng/AlgoMaster","owner":"Razor-eng","description":"AlgoMaster is an interactive learning website designed to help you master Data Structures and Algorithms.","archived":false,"fork":false,"pushed_at":"2025-01-02T08:41:56.000Z","size":225,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T19:07:59.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://algomaster-theta.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/Razor-eng.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":"2025-01-02T08:18:43.000Z","updated_at":"2025-01-02T08:48:33.000Z","dependencies_parsed_at":"2025-01-02T09:49:17.113Z","dependency_job_id":null,"html_url":"https://github.com/Razor-eng/AlgoMaster","commit_stats":null,"previous_names":["razor-eng/algomaster"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Razor-eng/AlgoMaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FAlgoMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FAlgoMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FAlgoMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FAlgoMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Razor-eng","download_url":"https://codeload.github.com/Razor-eng/AlgoMaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FAlgoMaster/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348750,"owners_count":23145313,"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":[],"created_at":"2025-01-24T01:30:11.368Z","updated_at":"2025-06-22T19:08:19.644Z","avatar_url":"https://github.com/Razor-eng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlgoMaster\n\nAlgoMaster is an interactive learning platform designed to help you master Data Structures and Algorithms. With a modern UI, theme switching, and an extensive library of resources, AlgoMaster makes learning engaging and efficient.\n\n## Features\n\n- Interactive navigation for easy access to content.\n- Dark and Light theme support using `next-themes`.\n- Modern, responsive UI built with Tailwind CSS and Radix UI components.\n- Focused learning paths for Data Structures and Algorithms.\n\n## Tech Stack\n\n- **Frontend Framework:** [Next.js](https://nextjs.org/) (v14.1.0)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com/) (v3.4.1), [tailwindcss-animate](https://github.com/varletjs/tailwindcss-animate)\n- **Icons:** [Lucide React](https://lucide.dev/)\n- **Theming:** [next-themes](https://github.com/pacocoursey/next-themes)\n- **UI Components:** [Radix UI](https://www.radix-ui.com/)\n- **Diagramming:** [Mermaid.js](https://mermaid.js.org/)\n\n## Installation\n\nTo get started with AlgoMaster, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/razor-eng/algomaster.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd algomaster\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n5. Open your browser and navigate to:\n   ```\n   http://localhost:3000\n   ```\n\n## Available Scripts\n\n- **`npm run dev`**: Starts the development server.\n- **`npm run build`**: Builds the application for production.\n- **`npm run start`**: Starts the production server.\n- **`npm run lint`**: Lints the codebase.\n\n## Dependencies\n\nHere is a breakdown of the core dependencies used in this project:\n\n### Core Dependencies:\n\n- `@radix-ui/react-*`: A suite of accessible UI components.\n- `lucide-react`: Icon library for modern web design.\n- `mermaid`: Diagramming and charting tool.\n- `next`: Framework for building React applications.\n- `next-themes`: Theme management for Next.js projects.\n- `react` \u0026 `react-dom`: React library for building UI.\n- `tailwindcss`: Utility-first CSS framework.\n\n### Dev Dependencies:\n\n- `@types/*`: TypeScript type definitions.\n- `autoprefixer`: Adds vendor prefixes to CSS.\n- `eslint` \u0026 `eslint-config-next`: Linting tools.\n- `postcss`: PostCSS for processing CSS.\n- `typescript`: Superset of JavaScript.\n\n## Folder Structure\n\n```\nalgomaster/\n├── components/       # Reusable UI components\n├── pages/            # Next.js pages\n├── public/           # Static assets\n├── styles/           # Global styles and Tailwind CSS\n├── lib/              # Utility functions\n├── package.json      # Project metadata and dependencies\n```\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes and push them to your branch.\n4. Create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\n- Special thanks to the open-source community for the incredible libraries and frameworks used in this project.\n\n---\n\nStart learning and mastering Data Structures and Algorithms with AlgoMaster today!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazor-eng%2Falgomaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazor-eng%2Falgomaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazor-eng%2Falgomaster/lists"}