Haziq06052001, sua publicação foi removida porque o TabNews é uma comunidade de língua portuguesa. Para ter uma melhor experiência na plataforma, recomendo a leitura do FAQ, em especial Como criar um bom conteúdo no TabNews?
Preciso informar também que, caso fira os Termos de Uso repetidamente, pode ter a conta banida.
Sua publicação original:
[](https://github.com/ajeeq/mimoclone)
This open source project on my github is a React Native clone of the popular Mimo coding app. Developed as a personal learning journey and shared publicly on github, this app aims to recreate the fluid and interactive experience of learning to code on mobile devices — completely from scratch and without relying on proprietary tools. (design inspired by duolingo)
Mimo is not just a visual replica. It is a functional and well-organized codebase that demonstrates how a complex mobile learning experience can be built using React Native, and community-driven best practices. Whether you are a beginner developer looking to understand mobile development or someone curious about how educational apps are structured, this project has a lot to offer. Don't judge me by the code I don't know much about backend yet, I'm currently studying more about it.
💡 Why It Exists
At its core, this project is both a challenge and a tribute. The original Mimo app is widely appreciated for teaching coding in short, gamified lessons. Rebuilding something like this is a huge undertaking — and this clone shows how much can be done with just React Native.
I took it upon myself to recreate many of the core features from scratch, using open source tools and libraries, while keeping the interface clean and responsive. This isn’t a 1:1 full-featured clone, but rather a base — something you can fork, explore, and build upon, with easy customization.
🧱 Contents
The repository is well structured and easy to navigate. Here are some of the main components and folders you’ll find:
/components – Reusable React Native UI elements like buttons, cards, and inputs
/screens – Screens like Login, Home, Explore, and Learning modules
/assets – Icons, illustrations, and UI graphics that give your app a polished look
/navigation – React navigation configuration for screen transitions
/constants – Theme colors, font styles, and layout helpers
/types – TypeScript interfaces and templates to keep your app scalable
Everything is typed, clean, and modular. It’s designed so that you can plug in your own backend or content system if you want to take your app further.
Features
Simplified onboarding and authentication flow