{"id":21517904,"url":"https://github.com/milostanaskovic/frontendmasterbox_platform","last_synced_at":"2025-03-17T16:41:06.124Z","repository":{"id":222152355,"uuid":"734766053","full_name":"MilosTanaskovic/frontendmasterbox_platform","owner":"MilosTanaskovic","description":"The first open-source unique platform for Frontend Developers of all levels! A community-driven platform for asking and answering frontend programming questions. Get help, share knowledge, and collaborate with developers from around the world. Explore topics in frontend web development, mobile app development, algorithms, data structures, and more.","archived":false,"fork":false,"pushed_at":"2024-07-10T12:06:02.000Z","size":3225,"stargazers_count":1,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T04:04:51.864Z","etag":null,"topics":["frontend-comunity","frontend-developers","frontend-development","frontend-interview-preparation","frontend-interview-questions","frontend-jobs","frontend-masters","frontend-mentor-challenge","frontend-overflow"],"latest_commit_sha":null,"homepage":"http://frontendmasterbox.com/","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/MilosTanaskovic.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-22T14:58:14.000Z","updated_at":"2024-07-10T12:06:05.000Z","dependencies_parsed_at":"2024-07-09T14:22:15.549Z","dependency_job_id":"f36f8da9-3101-47e5-b62c-639934b7d19e","html_url":"https://github.com/MilosTanaskovic/frontendmasterbox_platform","commit_stats":null,"previous_names":["milostanaskovic/cdwm_platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilosTanaskovic%2Ffrontendmasterbox_platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilosTanaskovic%2Ffrontendmasterbox_platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilosTanaskovic%2Ffrontendmasterbox_platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilosTanaskovic%2Ffrontendmasterbox_platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MilosTanaskovic","download_url":"https://codeload.github.com/MilosTanaskovic/frontendmasterbox_platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244070633,"owners_count":20393246,"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":["frontend-comunity","frontend-developers","frontend-development","frontend-interview-preparation","frontend-interview-questions","frontend-jobs","frontend-masters","frontend-mentor-challenge","frontend-overflow"],"created_at":"2024-11-24T00:45:49.906Z","updated_at":"2025-03-17T16:41:06.102Z","avatar_url":"https://github.com/MilosTanaskovic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Masterbox Platform\n\nThe first open-source unique platform for Frontend Developers of all levels! A community-driven platform for asking and answering frontend programming questions. Get help, share knowledge, and collaborate with developers from around the world. Explore topics in frontend web development, mobile app development, algorithms, data structures, and more.\n\n## Getting Started\n\nInstall all dependencies:\n\n```bash\nnpm install\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the platform.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## Contribution\n\nI welcome contributions from the community! Here's how you can contribute to the Frontend Masterbox Platform:\n\n1. **Fork the repository**: Start by forking the repository to your GitHub account.\n\n2. **Clone the repository**: Clone the forked repository to your local machine.\n\n   ```bash\n   git clone https://github.com/MilosTanaskovic/frontendmasterbox_platform.git\n   cd frontendmasterbox_platform\n   ```\n\n3. **Run a server**:\n\n   ```bash\n   npm run dev\n\n   react-devtools\n   ```\n\n4. **Create a new branch**: Create a new branch for your feature or bug fix.\n\n   ```bash\n   git checkout -b feature-name\n   ```\n\n5. **Make your changes**: Implement your feature or bug fix.\n\n6. **Commit your changes**: Commit your changes with a clear and concise message.\n\n   ```bash\n   git add .\n   git commit -m \"Description of the feature or fix\"\n   ```\n\n7. **Push your changes**: Push your changes to your forked repository.\n\n   ```bash\n   git push origin feature-name\n   ```\n\n8. **Open a Pull Request**: Go to the original repository on GitHub and open a pull request. Provide a detailed description of your changes and any relevant information.\n\n### Contribution Guidelines\n\n- Ensure your code follows the project's coding standards and conventions.\n- Write clear and concise commit messages.\n- Include any necessary tests for your changes.\n- Update documentation if applicable.\n\nThank you for contributing! Your support is invaluable to the success of this project.\n\n## Tech Stack\n\nThe Frontend Masterbox Platform is built using the following technologies:\n\n### Technologies\n\n- **Next.js**: A React framework for production.\n- **React**: A JavaScript library for building user interfaces.\n- **Tailwind CSS**: A utility-first CSS framework.\n- **Radix UI**: A set of accessible and customizable components for building user interfaces.\n- **TypeScript**: A typed superset of JavaScript that compiles to plain JavaScript.\n- **Clerk**: User management for React.\n- **Lucide**: Beautiful \u0026 consistent icon toolkit.\n- **ESLint**: A tool for identifying and fixing problems in JavaScript code.\n- **Prettier**: An opinionated code formatter.\n- **PostCSS**: A tool for transforming CSS with JavaScript plugins.\n\n## UI Design\n\nIf you want to contribute to the UI Design of the Frontend Masterbox Platform, please contact me for access to our UI Design System. We value designers' contributions and look forward to collaborating with you to create a beautiful and functional user experience.\n\n---\n\nThank you for your interest in contributing to the Frontend Masterbox Platform! If you have any questions or need further assistance, feel free to reach out to me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilostanaskovic%2Ffrontendmasterbox_platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilostanaskovic%2Ffrontendmasterbox_platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilostanaskovic%2Ffrontendmasterbox_platform/lists"}