tyagow / flashcards

React native project for React Udacity Nanodegree Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Project - Flashcards

Description

Flashcard App developed for React Udacity Nanodegree Program.

Getting started

Tested on Android

Installation

mkdir <project>
cd <project>
git clone https://github.com/tyagow/flashcards.git .
yarn install
yarn start

Test

yarn test

Packages

  • react-native
  • expo
  • redux
  • reselect
  • prop-types
  • styled-components
  • enzyme
  • ESLint AirBnb config
  • prettier

Style Guide

ESLint Prettier

Uses AirBnB ESLint config.

Notification System

If any Quiz was tried in a day, at 8 PM local time the app will display notification in the system to remind the user to study at least one Quiz.

If an User plays a Quiz the notification will be canceled and reschedule for tomorrow.

Code for notification is in utlis/helpers.js

About

React native project for React Udacity Nanodegree Program


Languages

Language:JavaScript 100.0%