Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzefiru/dashcards
A flashcard application for quick learners. Built with React Native via Expo.
https://github.com/luzefiru/dashcards
expo react react-native react-router
Last synced: about 1 month ago
JSON representation
A flashcard application for quick learners. Built with React Native via Expo.
- Host: GitHub
- URL: https://github.com/luzefiru/dashcards
- Owner: Luzefiru
- License: gpl-3.0
- Created: 2024-09-13T06:46:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:33:29.000Z (4 months ago)
- Last Synced: 2024-12-19T04:08:26.814Z (about 1 month ago)
- Topics: expo, react, react-native, react-router
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
A barebones flashcard application for quick learners that want to dash through the competition.
Built with React Native with Expo.
## Screens
![Screens](./assets/screens.jpg)
## Video Demo (YouTube)
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/iSQYONABlpA/0.jpg)](https://www.youtube.com/watch?v=iSQYONABlpA)
## Development
1. Install dependencies
```bash
npm install
```2. Start the app
```bash
npx expo start
```In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with ExpoYou can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
## License
[GNU General Public License v3.0](https://github.com/Luzefiru/dashcards/blob/main/LICENSE.md)