LeoMSSilva / TrainnerBrains

:mortar_board: :iphone: TrainnerBrains is a app developed in my tcc with the aim of helping people to improve their performance in relation to their learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrainnerBrains

Author Version Languages Stars Forks Contributors


πŸ“Œ Table of Contents


🏠 About

This project was developed with TypeScript and React Native frameworks.

I used React Native Splash Screen to create an opening.

React Navigation/Native and React Navigation/Stack to create navigation between application screens, also using the gesture library React Native Gesture Handler.

Styled Components to style the components.

I also got the app icons from React Native Vector Icons.

React Native Async Storage to save the data locally.

Its objective is to help its users during their studies, obtaining better results, it has 3 learning techniques to help them: pomodoro, flashCards and RSVP.


🎯 Installation

First you need to install:

  • Node.js (required)

  • Yarn (required)

    Then in order, clone the project.

By HTTPS, running this command:

  git clone https://github.com/LeoMSSilva/TrainnerBrains.git

Or by ssh, running this command:

  git clone git@github.com:LeoMSSilva/TrainnerBrains.git

SSH is a secure protocol, but you need to register a key ssh in your github before.

πŸ› οΈ Install dependencies

  yarn

or

  yarn install

πŸš€ Getting Started

abrir dois terminais, em um:

  yarn start

and on the other:

  yarn android

πŸ’» Techs

  • TypeScript
  • React
  • React-native
  • Styled-components
  • React-native-splash-screen
  • React-native-vector-icons
  • React-native-gesture-handler
  • @React-navigation/native
  • @React-navigation/stack
  • @react-native-async-storage/async-storage

πŸ‘€ Author

LeoMSSilva


🀝 Contributing

Contributions, issues and feature requests are welcome! Feel free to file a new issue on the TrainnerBrains repository. If you already found a solution to your problem, I would love to review your pull request!


πŸ“œ License

Copyright ©️ 2021 LeoMSSilva.
This project is MIT licensed.


About

:mortar_board: :iphone: TrainnerBrains is a app developed in my tcc with the aim of helping people to improve their performance in relation to their learning.

License:MIT License


Languages

Language:TypeScript 72.0%Language:Java 14.9%Language:Ruby 4.6%Language:Objective-C 4.5%Language:Objective-C++ 2.2%Language:Shell 0.9%Language:JavaScript 0.9%