Volted is a mobile app built with React Native and Firebase, that uses the Expo framework.
With this app, students can experiment with building different circuits and learn about the basic principles of electricity and electronics. The user-friendly interface allows students to easily drag and drop components to create working circuits.
Features:
- A variety of circuit components to choose from
- Step-by-step tutorials to guide students through building different circuits
- Quizzes to test student's understanding of the concepts covered
The app is designed for the Blixtlåset competition, which encourages students to explore and learn about technology and engineering. Our goal is to make learning about electronics fun and engaging for kids.
Here are the main frameworks and libraries i've used for this project:
Here is how you can run the application yourself
-
Clone the repo
git clone https://github.com/eliasakesson/volted.git
-
Install NPM packages
npm install
-
Run the app in development mode:
npx expo start
or in production mode:
npx expo start --no-dev --minify
-
Download the "Expo Go" app and scan the QR code from the terminal
Distributed under the Apache-2.0 License. See LICENSE.txt for more information.
Here are a few of the libraries and tools i used for this project:
