About • Installation • Technologies • Roadmap • Contributors • How to contribute
This project is part of the Integrated Project of the 5th semester of the Systems Analysis and Development course at Fatec Indaiatuba. EduCryption is a mobile application designed to assist, through gamification, in the practice of Information Security concepts, serving as a companion tool for the course with the same name.
This repository contains the mobile application used in the project.
The back-end can be found here.
# Clone the repository
git clone https://github.com/thepaixaosilva/educryption.git
# Navigate to th
7444
e folder
cd educryption
# Install dependencies
npm install
# Run the app with Expo
npx expo start
📌 Requirements: Node.js, npm, Expo CLI
- React Native + Expo
- TypeScript
- React Navigation
- React Query
- SecureStore
- React Native Paper
- Implement reward system
- Create dynamic theme with context
- Adjust UI to use centralized color palette
Isabella Oshima |
Matheus Silva |
Samuel Azevedo |
Victoria Fujii |
- Fork the project
- Create your branch (
git checkout -b feat/my-feature
) - Commit with clear messages (
git commit -m "feat: new feature"
) - Push (
git push origin feat/my-feature
) - Open a Pull Request