Festify is an educational multiplatform app that uses gamification elements to engage and motivate students in their learning of Bulgarian holidays. It is an interactive and non-traditional approach to education that presents material in the form of holidays organized into seasons. The app allows users to earn points and unlock new lessons as they progress, and offers communication channels for teachers to engage with their students.
Node.js and npm are required to run the project. You can download them from here. Also, you need to have a Firebase project with Firestore, Authentication and Cloud Storage enabled. You can create a new project from here.
git https://github.com/ptaushanov/festify.git
cd festify
npm install
Modify the Firebase credentials in the firebase.v9.js
file. You can also use
the default ones, but you will not be able to access the Firebase console and
they might be revoked at any time.
npm start
npm run android
npm run ios
npm run web
- Petar Taushanov - ptaushanov
This project is licensed under the MIT License - see the LICENSE.md file for details.