Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 744 Bytes

File metadata and controls

14 lines (9 loc) · 744 Bytes

Flashcards Project

This project was developed as part of the Udacity's React Fundamentals course. The app shows a list os decks in which you can create cards that contain questions and answer. To try your knowledge you can take quizes! The app will save you quiz best score so you can compare your results.

This project was create using create-react-native-app.

The application was tested on IOS only and may not work properly on Android devices

How to run the application

  • npm install
  • expo start

You may need to run 'sudo expo start' if you got a permission error

Tests are not included. Feel free or clone to fork the project and implement it youself