EduardoRodriguesF / e-learning

React Native education platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e.learning

AboutPreviewFeaturesTechnologiesUsageLicense

About

e.learning is an education platform that offers courses in video format.

* Project idea provided by Rocketseat as a reward for completing the GoStack Bootcamp, however all the coding was done by me.

Preview

Features

  • Course listing
  • Lessons listing
  • Lesson details
  • Mark course as favorite

Plan to add

  • Functional search
  • Run video on lesson screen
  • Splash screen

Technologies

  • TypeScript
  • React Native
  • Styled components
  • Axios
  • JSON server

Usage

Assuming that you have a React Native environment ready:

1. Access the project folder in the command line

$ cd e-learning-main

2. Install the app to your emulator

$ yarn android

If the command does not start the emulator for you, do it so and run it again.

3. Start Metro server

$ yarn start

4. Start the JSON server

$ yarn server

License

This project is under MIT License.

About

React Native education platform

License:MIT License


Languages

Language:TypeScript 66.9%Language:Java 16.2%Language:Objective-C 11.5%Language:Ruby 2.2%Language:JavaScript 1.7%Language:Starlark 1.6%