Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.51 KB

File metadata and controls

68 lines (43 loc) · 1.51 KB

Neurolearn Mobile

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.

Features

  • Browse and search for courses
  • User authentication and profile management
  • Course details and enrollment
  • Interactive quizzes and assessments
  • Progress tracking and completion certificates

Getting Started

To get started with the Neurolearn Mobile project, follow these steps:

Prerequisites

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)
  • React Native CLI
  • An emulator or a physical device for testing

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/neurolearn_mobile.git
    
  2. Navigate to the project directory:

    cd neurolearn_mobile
    
  3. Install the dependencies:

    npm install
    

Running the App

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.

Building for Production

To build the app for production, use the following command:

npm run build

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.