https://github.com/jmsa/reactnd-project-udacicards
https://github.com/jmsa/reactnd-project-udacicards
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmsa/reactnd-project-udacicards
- Owner: Jmsa
- Archived: true
- Created: 2018-01-04T06:19:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T01:43:40.000Z (over 8 years ago)
- Last Synced: 2025-02-05T22:43:16.699Z (over 1 year ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation and running
* Clone repo `git clone https://github.com/Jmsa/reactnd-project-udacicards`
* Install dependencies and run `yarn install && yarn start`
## Todo
* **Hook up AsyncStorage and clean up storage states**
* Convert decklist + map to use `FlatList`
* Clean up UI styles and layout
* Update readme
* General clean up - variable names, commentary, etc.