Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Dashcards


A barebones flashcard application for quick learners that want to dash through the competition.

Built with React Native with Expo.


Stars Badge
Forks Badge
Pull Requests Badge
Issues Badge
GitHub contributors
License Badge


Get it on GitHub

## 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 Expo

You 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)