- 🏠 About
- 🎯 Installation
- 💻 Techs
- 👤 Author
- 🤝 Contributing
- 📜 License
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.
First you need to install:
By HTTPS, running this command:
git clone https://github.com/LeoMSSilva/TrainnerBrains.git
Or by ssh, running this command:
git clone [email protected]:LeoMSSilva/TrainnerBrains.git
SSH is a secure protocol, but you need to register a key ssh in your github before.
yarn
or
yarn install
abrir dois terminais, em um:
yarn start
and on the other:
yarn android
- 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
LeoMSSilva
- Github: @LeoMSSilva
- LinkedIn: @LeoMSSilva
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!
Copyright ©️ 2021 LeoMSSilva.
This project is MIT licensed.