Neurolearn Mobile is a mobile application designed to provide users with access to a variety of courses and learning materials, similar to platforms like Udemy. This project is built using React Native and TypeScript, ensuring a robust and scalable codebase.
- Browse and search for courses
- User authentication and profile management
- Course details and enrollment
- Interactive quizzes and assessments
- Progress tracking and completion certificates
To get started with the Neurolearn Mobile project, follow these steps:
- Node.js (version 14 or higher)
- npm (Node Package Manager)
- React Native CLI
- An emulator or a physical device for testing
-
Clone the repository:
git clone https://github.com/yourusername/neurolearn_mobile.git -
Navigate to the project directory:
cd neurolearn_mobile -
Install the dependencies:
npm install
To run the application, use the following command:
npm start
This will start the Metro bundler. You can then run the app on an emulator or a physical device.
To build the app for production, use the following command:
npm run build
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.