{"id":20190728,"url":"https://github.com/imbios/botmind_frontend_technical_assignment","last_synced_at":"2026-06-05T02:31:06.986Z","repository":{"id":252048140,"uuid":"837082587","full_name":"ImBIOS/Botmind_Frontend_Technical_Assignment","owner":"ImBIOS","description":"This project is a web application that displays a map view of a school campus with a fleet of robots.","archived":false,"fork":false,"pushed_at":"2024-09-18T05:01:56.000Z","size":7267,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:13:11.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ImBIOS.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},"funding":{"github":["ImBIOS"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-08-02T07:12:42.000Z","updated_at":"2024-08-07T07:39:08.000Z","dependencies_parsed_at":"2024-08-07T12:25:18.062Z","dependency_job_id":"035175c2-0644-49ff-b56c-0ff5a38cc6a3","html_url":"https://github.com/ImBIOS/Botmind_Frontend_Technical_Assignment","commit_stats":null,"previous_names":["imbios/botmind_frontend_technical_assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImBIOS%2FBotmind_Frontend_Technical_Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImBIOS%2FBotmind_Frontend_Technical_Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImBIOS%2FBotmind_Frontend_Technical_Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImBIOS%2FBotmind_Frontend_Technical_Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImBIOS","download_url":"https://codeload.github.com/ImBIOS/Botmind_Frontend_Technical_Assignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241625605,"owners_count":19993094,"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":"2024-11-14T03:46:25.210Z","updated_at":"2026-06-05T02:31:06.965Z","avatar_url":"https://github.com/ImBIOS.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ImBIOS"],"categories":[],"sub_categories":[],"readme":"# BotMind Frontend Developer Technical Challenge\n\n## Overview\n\nThis project is a web application that displays a map view of a school campus with a fleet of robots. The map view includes both a local coordinate system for the robot positions and a global coordinate system.\n\n## Features\n\n### Mandatory Features\n\n- Track and monitor the positions (including headings) of all robots within the map view.\n- Display the robot's map (local coordinate) on the map view (global coordinate).\n\n### Optional Features\n\n- Display area size for the robot map.\n- Display perimeter for the robot map.\n- Additional user experience enhancements (e.g., real-time tracking, interactive robot details).\n\n## Technologies Used\n\n- React\n- Next.js\n- react-map-gl\n- TailwindCSS\n- Leaflet (for optional global map integration)\n\n## Installation and Running the Application\n\n### Prerequisites\n\n- Node.js (version 14 or higher)\n- npm or yarn or bun or pnpm\n\n### Steps\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/ImBIOS/Botmind_Frontend_Technical_Assignment.git\n    cd Botmind_Frontend_Technical_Assignment\n    ```\n\n2. **Install dependencies:**\n\n    ```bash\n    npm install\n    # or\n    yarn install\n    ```\n\n3. **Start the development server:**\n\n    ```bash\n    npm run dev\n    # or\n    yarn dev\n    ```\n\n4. **Open the application:**\n    Open your browser and navigate to `http://localhost:3000`.\n\n## Project Structure\n\n- `pages/`: Contains the main page for the application.\n- `components/`: Contains the `MapView` component and other reusable components.\n- `public/`: Contains static assets such as the campus map image.\n- `styles/`: Contains global styles.\n\n## Implementation Details\n\n### Local Map\n\nThe local map is displayed using an image (`campus_sim.png`) where the top left is (0, 0) and the bottom right is (image width, image height).\n\n### Robots\n\nRobots are displayed on the local map with their respective positions and headings.\n\n### Coordinate Translation\n\nA function translates local coordinates to global coordinates, allowing the overlay of the local map on a global map view.\n\n## Additional Features\n\n- **Area Size Display**: The area size of the robot map can be displayed (implementation required).\n- **Perimeter Display**: The perimeter of the robot map can be displayed (implementation required).\n- **User Experience Enhancements**: Additional features like real-time tracking or interactive robot details can be proposed and implemented.\n\n## Future Improvements\n\n- Real-time updates for robot positions.\n- Enhanced UI for better user experience.\n- Additional map functionalities like zoom, pan, and custom markers.\n\n## Contact\n\nFor any questions or feedback, please contact [Imamuzzaki Abu Salam](mailto:imamuzzaki@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbios%2Fbotmind_frontend_technical_assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimbios%2Fbotmind_frontend_technical_assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimbios%2Fbotmind_frontend_technical_assignment/lists"}