kdelwat / Momentum

A simple React Native todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Momentum

Momentum is a to-do app built with React Native. It is available on the Play Store, but you can also run it locally!

Usage

  1. Follow the Getting Started guide on the React Native website to set up your development environment. There's no need to create a new project.
  2. Clone this repository: git clone git@github.com:kdelwat/Momentum.git
  3. Change into the cloned directory: cd Momentum
  4. Install dependencies with Yarn: yarn
  5. Install and run the app on your emulator or physical device: react-native run-android

Credits

Momentum is built using the following libraries:

react-native-system-notification, with some unmerged pull requests applied (#72 and #76).

About

A simple React Native todo app

License:MIT License


Languages

Language:JavaScript 75.7%Language:Objective-C 13.7%Language:Java 5.5%Language:Python 5.2%